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:
@@ -146,6 +146,12 @@ BaseAlgorithm.prototype.getCategory = function()
|
||||
return 0;
|
||||
}
|
||||
|
||||
// Algorithm support negative edge weight
|
||||
BaseAlgorithm.prototype.IsSupportNegativeWeight = function()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* Default handler.
|
||||
* Select using mouse, drag.
|
||||
|
||||
Reference in New Issue
Block a user