Added find all patches algorithm.

This commit is contained in:
Oleg Sh
2021-09-29 21:10:14 +02:00
parent 947a3072ba
commit dc6c90991e
14 changed files with 319 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ MinimumSpanningTree.prototype.getObjectSelectedGroup = function(object)
MinimumSpanningTree.prototype.getPriority = function()
{
return -9.5;
return -9.3;
}
// Algorithm support multi graph