mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-04 14:56:16 +00:00
Add multigraph support. Visualization and some algorithms.
This commit is contained in:
@@ -135,7 +135,11 @@ BaseAlgorithm.prototype.getPriority = function()
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
// Algorithm support multi graph
|
||||
BaseAlgorithm.prototype.IsSupportMultiGraph = function()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Default handler.
|
||||
|
||||
Reference in New Issue
Block a user