Skip to content

Commit 7d9291c

Browse files
authored
Restore correct value of N-Queens in tests
1 parent 048f6e4 commit 7d9291c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/runtests.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,10 +1796,7 @@ end
17961796
function _test_nqueens_solve_num_solutions(
17971797
model,
17981798
q,
1799-
# This value is wrong due to a bug in Chuffed@0.13.2. If it is fixed in
1800-
# the future, the true value should be 92.
1801-
# See https://github.com/jump-dev/MiniZinc.jl/issues/84 for details.
1802-
actual_count = 52,
1799+
actual_count = 92,
18031800
termination_status = MOI.OPTIMAL,
18041801
)
18051802
n = 8

0 commit comments

Comments
 (0)