Add Salesman Problem algorithms.

This commit is contained in:
Oleg Sh
2025-10-18 19:46:39 +02:00
parent 46c05d94fd
commit 31e676fd22
27 changed files with 386 additions and 11 deletions

View File

@@ -721,6 +721,8 @@ Editor.prototype.createAlgorithmMenu = function()
dialogClass: 'EdgeDialog',
buttons: dialogButtons,
});
userAction("graph_to_big/" + algorithm.getId() + "/" + self.application.graph.vertices.length +
"+vertices/" + self.application.graph.edges.length + "+edges");
}
}