| 241 | } |
| 242 | |
| 243 | int main() |
| 244 | { |
| 245 | test_centroid_property(); |
| 246 | test_line_graph(); |
| 247 | test_star_graph(); |
| 248 | test_complete_decomposition(); |
| 249 | test_single_vertex(); |
| 250 | test_two_vertices(); |
| 251 | test_path_counting(); |
| 252 | test_star_path_counting(); |
| 253 | |
| 254 | return 0; |
| 255 | } |
nothing calls this directly
no test coverage detected