mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Update algorithm limits and error handling
This commit is contained in:
@@ -86,6 +86,16 @@ MaxIndependentSet.prototype.getPriority = function()
|
||||
return -5;
|
||||
}
|
||||
|
||||
MaxIndependentSet.prototype.MaxGraphSize = function()
|
||||
{
|
||||
return 100;
|
||||
}
|
||||
|
||||
MaxIndependentSet.prototype.MaxEgdeNumber = function()
|
||||
{
|
||||
return 4000;
|
||||
}
|
||||
|
||||
MaxIndependentSet.prototype.IsSupportNegativeWeight = function()
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user