Add find all shortest pathes between two vertexes.

This commit is contained in:
Oleg Sh
2025-08-13 22:06:28 +02:00
parent a5120569f3
commit d3416b63b3
23 changed files with 358 additions and 9 deletions

View File

@@ -29,7 +29,8 @@ function loadAsyncAlgorithms(onFinish) {
"RadiusAndDiameter.js",
"ShortestPath.js",
"VerticesDegree.js",
"MaxIndependentSet.js"];
"MaxIndependentSet.js",
"FindAllShortestPatches.js"];
doIncludeAsync (pluginsList.map((plugin) => include ("model/plugins/" + plugin, modulDir)), onFinish);
}