mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Turn on negative edge weight support
This commit is contained in:
@@ -87,6 +87,11 @@ FindEulerianPath.prototype.getPriority = function()
|
||||
return -7.5;
|
||||
}
|
||||
|
||||
FindEulerianPath.prototype.IsSupportNegativeWeight = function()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
// Factory for connected components.
|
||||
function CreateFindEulerianPath(graph, app)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user