Skip to content

Commit 8467781

Browse files
committed
more tests
1 parent f91ffa7 commit 8467781

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/core.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,8 +1070,6 @@ end
10701070
("bcspwr09", 5200),
10711071
("bcspwr10", 25300),
10721072
("bcsstk08", 30800),
1073-
("bcsstk13", 270800),
1074-
("bcsstm13", 44400),
10751073
)
10761074

10771075
for (name, fill) in matrices
@@ -1081,6 +1079,10 @@ end
10811079
@test treefill(matrix; alg) <= fill
10821080
end
10831081
end
1082+
1083+
name = "mycielskian14"; fill = 14000000
1084+
matrix = mmread(joinpath(fetch_ssmc(ssmc[ssmc.name .== name, :]; format="MM")[1], "$(name).mtx"))
1085+
@test treefill(matrix; alg=AMF()) <= fill
10841086
end
10851087

10861088
@testset "exact treewidth" begin

0 commit comments

Comments
 (0)