Skip to content

Commit

Permalink
Added DFSane to 23 problems
Browse files Browse the repository at this point in the history
  • Loading branch information
axla-io committed Oct 17, 2023
1 parent 07d7d07 commit d93c39b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/23_test_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,13 @@ end

test_on_library(problems, dicts, alg_ops, broken_tests)
end

# DFSane
@testset "DFSane test problem library" begin
alg_ops = (DFSane(),)

broken_tests = Dict(alg => Int[] for alg in alg_ops)
broken_tests[alg_ops[1]] = [1, 2, 3, 5, 6, 8, 12, 13, 14, 21]

test_on_library(problems, dicts, alg_ops, broken_tests)
end

0 comments on commit d93c39b

Please sign in to comment.