mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-07 00:06:19 +00:00
Added radius and diameter search
This commit is contained in:
@@ -671,7 +671,7 @@ Application.prototype.GetStatus = function()
|
||||
|
||||
Application.prototype.GetAdjacencyMatrix = function ()
|
||||
{
|
||||
return this.graph.GetAdjacencyMatrix();
|
||||
return this.graph.GetAdjacencyMatrixStr();
|
||||
}
|
||||
|
||||
Application.prototype.TestAdjacencyMatrix = function (matrix, rowsObj, colsObj, separator = ",")
|
||||
|
||||
Reference in New Issue
Block a user