mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-15 21:30:56 +00:00
Added multigraph support
This commit is contained in:
@@ -215,6 +215,12 @@ RadiusAndDiameter.prototype.getPriority = function()
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Algorithm support multi graph
|
||||||
|
RadiusAndDiameter.prototype.IsSupportMultiGraph = function ()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
// Factory for connected components.
|
// Factory for connected components.
|
||||||
function CreateAlgorithmRadiusAndDiameter(graph, app)
|
function CreateAlgorithmRadiusAndDiameter(graph, app)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user