Skip to content

Commit

Permalink
Add comment to n-queens test (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 7, 2024
1 parent 4138f44 commit 80a0fc9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1796,6 +1796,9 @@ end
function _test_nqueens_solve_num_solutions(
model,
q,
# This value is wrong due to a bug in [email protected]. If it is fixed in
# the future, the true value should be 92.
# See https://github.com/jump-dev/MiniZinc.jl/issues/84 for details.
actual_count = 52,
termination_status = MOI.OPTIMAL,
)
Expand Down

0 comments on commit 80a0fc9

Please sign in to comment.