mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-02-16 10:40:57 +00:00
Add Max Independent Set algorithm.
This commit is contained in:
@@ -28,7 +28,8 @@ function loadAsyncAlgorithms(onFinish) {
|
||||
"ModernGraphStyle.js",
|
||||
"RadiusAndDiameter.js",
|
||||
"ShortestPath.js",
|
||||
"VerticesDegree.js"];
|
||||
"VerticesDegree.js",
|
||||
"MaxIndependentSet.js"];
|
||||
|
||||
doIncludeAsync (pluginsList.map((plugin) => include ("model/plugins/" + plugin, modulDir)), onFinish);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user