mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Add Salesman Problem algorithms.
This commit is contained in:
@@ -30,7 +30,9 @@ function loadAsyncAlgorithms(onFinish) {
|
||||
"ShortestPath.js",
|
||||
"VerticesDegree.js",
|
||||
"MaxIndependentSet.js",
|
||||
"FindAllShortestPatches.js"];
|
||||
"FindAllShortestPatches.js",
|
||||
"SalesmanProblem.js",
|
||||
"SalesmanProblemPath.js"];
|
||||
|
||||
doIncludeAsync (pluginsList.map((plugin) => include ("model/plugins/" + plugin, modulDir)), onFinish);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user