Add multigraph support. Visualization and some algorithms.

This commit is contained in:
Unick Soft
2019-10-05 16:11:40 +02:00
parent c580c5aef9
commit 063c2f9ec0
21 changed files with 367 additions and 85 deletions

View File

@@ -165,4 +165,12 @@
$g_lang["alpha"] = "Opacity";
$g_lang["background_style"] = "Background color";
$g_lang["adjacency_matrix_multigraph_description"] = "Multigraph matrix contains weight of minimum edges between vertices.";
$g_lang["graph_is_multi_message"] = "Multigraph does not support all algorithms";
$g_lang["graph_is_general_message"] = "";
$g_lang["replace_edge"] = "replace current";
$g_lang["add_edge"] = "add (multigraph)";
?>