mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 02:30:51 +00:00
Add Salesman Problem algorithms.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user