We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Ubuntu 22.04.2 LTS.
The following model is unsat, but fzn-gecode finds several wrong solutions:
fzn-gecode
var -5 .. 5: A; var -5 .. 5: B; constraint A mod B=B; solve :: int_search([A,B], input_order, indomain_median) satisfy;
The text was updated successfully, but these errors were encountered:
Correctly unshare variables for div and mod constraints. Fixes #170.
d1bd874
No branches or pull requests
On Ubuntu 22.04.2 LTS.
The following model is unsat, but
fzn-gecode
finds several wrong solutions:The text was updated successfully, but these errors were encountered: