Added button to recommend new algorithm.

This commit is contained in:
Unick Soft
2017-10-12 23:02:16 +03:00
parent 45203a13ce
commit 7e71a151da
28 changed files with 164 additions and 3 deletions

View File

@@ -77,6 +77,11 @@ FindEulerianLoop.prototype.getObjectSelectedGroup = function(object)
return (object.id in this.selectedObjects) ? this.selectedObjects[object.id] : 0;
}
FindEulerianLoop.prototype.getPriority = function()
{
return -7;
}
// Factory for connected components.
function CreateFindEulerianLoop(graph, app)
{