Add creating graph using Edge List.

This commit is contained in:
Oleg Sh
2022-09-18 13:19:53 +02:00
parent b3838b70ca
commit 4b82685aaa
40 changed files with 644 additions and 1 deletions

View File

@@ -23,6 +23,9 @@
array(
"title" => L("menu_5"),
"link" => SiteRoot("create_graph_by_incidence_matrix"),),
array(
"title" => L("menu_11"),
"link" => SiteRoot("create_graph_by_edge_list"),),
array(
"title" => L("menu_9"),
"link" => SiteRoot("graphs_examples"),)