mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-05 07:16:17 +00:00
Add multigraph support. Visualization and some algorithms.
This commit is contained in:
@@ -159,6 +159,11 @@ GraphReorder.prototype.getPriority = function()
|
||||
return -8.5;
|
||||
}
|
||||
|
||||
// Algorithm support multi graph
|
||||
GraphReorder.prototype.IsSupportMultiGraph = function()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
// Factory for connected components.
|
||||
function CreateAlgorithmGraphReorder(graph, app)
|
||||
|
||||
Reference in New Issue
Block a user