Closed aobolensk closed 5 years ago
This test fails:
TEST(LAM_test, small_cycle_test) { CSR<int> graph = cycle_generator<int>(1); Matching expected; Matching ans = LAM(graph); ASSERT_EQ(expected.edge_b, ans.edge_b); ASSERT_EQ(expected.edge_e, ans.edge_e); }
This graph contains only one vertex and loop edge : 0 -> 0 Source: https://travis-ci.org/gooddoog/graph_coarsening/jobs/555733154
@XEverentX please fix this issue
This test fails:
This graph contains only one vertex and loop edge : 0 -> 0 Source: https://travis-ci.org/gooddoog/graph_coarsening/jobs/555733154