Skip to content
New issue

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

Empty domain of variable of an empty array is UNSAT #860

Open
CervEdin opened this issue Nov 1, 2024 · 0 comments
Open

Empty domain of variable of an empty array is UNSAT #860

CervEdin opened this issue Nov 1, 2024 · 0 comments
Labels
bug resolved Issue is resolved and the feature or fix will be part of next release

Comments

@CervEdin
Copy link

CervEdin commented Nov 1, 2024

If an empty array is assigned to an array of decision variable with an empty domain, and the index set is not specified as the empty set, the model is UNSAT.

array[{}] of var {}: X = []; % OK
array[int] of var {}: Y = []; % Fail

Seen in 2.8.7 and edge

@cyderize cyderize added the bug label Nov 3, 2024
@guidotack guidotack added the resolved Issue is resolved and the feature or fix will be part of next release label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug resolved Issue is resolved and the feature or fix will be part of next release
Projects
None yet
Development

No branches or pull requests

3 participants