Skip to content

Commit 80a0fc9

Browse files
authored
Add comment to n-queens test (#87)
1 parent 4138f44 commit 80a0fc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runtests.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1796,6 +1796,9 @@ 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.
17991802
actual_count = 52,
18001803
termination_status = MOI.OPTIMAL,
18011804
)

0 commit comments

Comments
 (0)