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
Bug is located on line 273 but it is not easy to read/debug for me. Please have a look Dimos :)
iv[1] gets removed in the transformation
iv = intvar(-8,8, shape=5) cons = [iv[2] == (iv[0] * (iv[1])) + 1] print(cons,canonical_comparison((cons)))
The text was updated successfully, but these errors were encountered:
cons should be flattened first, before it is given to canonical_comparison.
Sorry, something went wrong.
ah i see, discovered it when testing choco so the fix there also fixes this
Dimosts
No branches or pull requests
Bug is located on line 273 but it is not easy to read/debug for me. Please have a look Dimos :)
iv[1] gets removed in the transformation
The text was updated successfully, but these errors were encountered: