MCPcopy Create free account
hub / github.com/cp-algorithms/cp-algorithms / main

Function main

test/test_centroid_decomposition.cpp:243–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243int 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}

Callers

nothing calls this directly

Calls 8

test_centroid_propertyFunction · 0.85
test_line_graphFunction · 0.85
test_star_graphFunction · 0.85
test_single_vertexFunction · 0.85
test_path_countingFunction · 0.85
test_star_path_countingFunction · 0.85
test_two_verticesFunction · 0.70

Tested by

no test coverage detected