mirror of
https://github.com/guilhermewerner/paa
synced 2025-06-15 21:14:18 +00:00
Remove cycles
This commit is contained in:
@ -116,6 +116,9 @@ Graph *Graph::ToTransitiveClosure()
|
||||
}
|
||||
}
|
||||
|
||||
cout << "TC:" << endl;
|
||||
Graph::PrintAdjacencyMatrix(closure);
|
||||
|
||||
return new Graph(closure, closure.size());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user