File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ colpack_table_6_7 = CSV.read(
3737 bg = BipartiteGraph (mat)
3838 @test nb_vertices (bg, Val (1 )) == row[:V1 ]
3939 @test nb_vertices (bg, Val (2 )) == row[:V2 ]
40- @test nb_edges (bg) * 2 == row[:E ]
40+ @test nb_edges (bg) == row[:E ]
4141 @test maximum_degree (bg, Val (1 )) == row[:Δ1 ]
4242 @test maximum_degree (bg, Val (2 )) == row[:Δ2 ]
4343 color_N1 = partial_distance2_coloring (bg, Val (1 ), NaturalOrder ())
@@ -65,7 +65,7 @@ what_table_31_32 = CSV.read(
6565 bg = BipartiteGraph (mat)
6666 @test nb_vertices (bg, Val (1 )) == row[:m ]
6767 @test nb_vertices (bg, Val (2 )) == row[:n ]
68- @test nb_edges (bg) * 2 == row[:nnz ]
68+ @test nb_edges (bg) == row[:nnz ]
6969 @test minimum_degree (bg, Val (1 )) == row[:ρmin ]
7070 @test maximum_degree (bg, Val (1 )) == row[:ρmax ]
7171 @test minimum_degree (bg, Val (2 )) == row[:κmin ]
You can’t perform that action at this time.
0 commit comments