mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-07 16:26:17 +00:00
Update algorithm limits and error handling
This commit is contained in:
@@ -46,6 +46,16 @@ FindAllPathes.prototype.getCategory = function()
|
||||
return 1;
|
||||
}
|
||||
|
||||
FindAllPathes.prototype.MaxGraphSize = function()
|
||||
{
|
||||
return 50;
|
||||
}
|
||||
|
||||
FindAllPathes.prototype.MaxEgdeNumber = function()
|
||||
{
|
||||
return 40;
|
||||
}
|
||||
|
||||
FindAllPathes.prototype.result = function(resultCallback)
|
||||
{
|
||||
if (this.firstObject && this.secondObject)
|
||||
|
||||
Reference in New Issue
Block a user