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