Add check graphs isomophism.

Changed some default styles.
This commit is contained in:
Oleg Sh
2021-01-31 17:23:22 +02:00
parent 81d224c428
commit 8c3e607d2c
16 changed files with 467 additions and 4 deletions

View File

@@ -156,6 +156,9 @@ BaseAlgorithmEx.prototype = Object.create(BaseAlgorithm.prototype);
BaseAlgorithmEx.prototype.CalculateAlgorithm = function(queryString, resultCallback)
{
if (location.hostname === "localhost" || location.hostname === "127.0.0.1")
console.log(queryString);
var graph = this.graph;
var creator = new GraphMLCreater(graph.vertices, graph.edges);
var pathObjects = [];