mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-06 15:56:08 +00:00
Merge branch 'master' of https://github.com/UnickSoft/graphonline
This commit is contained in:
@@ -369,6 +369,12 @@ Coloring.prototype.getPriority = function()
|
||||
return -9.0;
|
||||
}
|
||||
|
||||
// Algorithm support multi graph
|
||||
Coloring.prototype.IsSupportMultiGraph = function()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
// Factory for connected components.
|
||||
function CreateColoring(graph, app)
|
||||
|
||||
Reference in New Issue
Block a user