Skip to content

Commit ff1442a

Browse files
Remove TODO
1 parent 91c304d commit ff1442a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Source/Graph/Graph.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,6 @@ public class DomRelation<Node>
7272
[NotDelayed]
7373
internal DomRelation(Graph<Node> g, Node source)
7474
{
75-
// TODO should we enable saying that the graph is a DAG, to enable an O(N) dominance algorithm?
76-
// Or is the algorithm already O(N) for DAG graphs?
77-
7875
graph = g;
7976
// slot 0 not used: nodes are numbered from 1 to n so zero
8077
// can represent undefined.

0 commit comments

Comments
 (0)