mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-04 06:46:16 +00:00
Turn on negative edge weight support
This commit is contained in:
@@ -104,6 +104,11 @@ FindHamiltonianLoop.prototype.IsSupportMultiGraph = function()
|
||||
return true;
|
||||
}
|
||||
|
||||
FindHamiltonianLoop.prototype.IsSupportNegativeWeight = function()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
// Factory for connected components.
|
||||
function CreateFindHamiltonianLoop(graph, app)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user