mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-09 17:26:24 +00:00
Turn on negative edge weight support
This commit is contained in:
@@ -221,6 +221,10 @@ FindAllPathes.prototype.getPriority = function()
|
||||
return -9.4;
|
||||
}
|
||||
|
||||
FindAllPathes.prototype.IsSupportNegativeWeight = function()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
// Factory for connected components.
|
||||
function CreateFindAllPathes(graph, app)
|
||||
|
||||
Reference in New Issue
Block a user