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

2.6.0: findMUS flattening issue #556

Closed
matsc-at-sics-se opened this issue Mar 3, 2022 · 0 comments
Closed

2.6.0: findMUS flattening issue #556

matsc-at-sics-se opened this issue Mar 3, 2022 · 0 comments
Labels
bug resolved Issue is resolved and the feature or fix will be part of next release

Comments

@matsc-at-sics-se
Copy link

$ cat foo.mzn
include "globals.mzn";

array[1..2,1..2] of var 1..2: x;

constraint member(x[1,..], 2) <-> member(x[2,..], 2);

$ minizinc foo.mzn
x = 
[| 1, 1
 | 1, 1
 |];
----------
$ findMUS foo.mzn

/opt/MiniZincIDE-2.6.0-bundle-linux-x86_64/share/minizinc/std/member.mzn:28.2-21:
flattening error: 'fzn_member_int' is used in a reified context but no reified version is available
@cyderize cyderize added the bug label Mar 3, 2022
@cyderize cyderize added the resolved Issue is resolved and the feature or fix will be part of next release label Mar 3, 2022
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

2 participants