equal
deleted
inserted
replaced
182 |
182 |
183 std::cout << "Result: bipartite_partitions.eps" << std::endl; |
183 std::cout << "Result: bipartite_partitions.eps" << std::endl; |
184 } |
184 } |
185 |
185 |
186 int main() { |
186 int main() { |
187 srand(time(0)); |
|
188 |
|
189 drawConnectedComponents(); |
187 drawConnectedComponents(); |
190 drawStronglyConnectedComponents(); |
188 drawStronglyConnectedComponents(); |
191 drawNodeBiconnectedComponents(); |
189 drawNodeBiconnectedComponents(); |
192 drawEdgeBiconnectedComponents(); |
190 drawEdgeBiconnectedComponents(); |
193 drawBipartitePartitions(); |
191 drawBipartitePartitions(); |