Ejemplo n.º 1
0
 def test_forest(self):
     graph = EnforcedForest()
     for i in range(5000):
         graph.add_edge(random_chr(), random_chr())
Ejemplo n.º 2
0
 def test_forest(self):
     g = EnforcedForest(assert_forest=True)
     for i in range(5000):
         g.add_edge(random_chr(), random_chr())
Ejemplo n.º 3
0
 def test_forest(self):
     g = EnforcedForest(assert_forest=True)
     for i in range(5000):
         g.add_edge(random_chr(), random_chr())