-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Moi v0.10 #285
Conversation
@hakank do you mind testing this on your problems before I merge it to master? |
Codecov Report
@@ Coverage Diff @@
## master #285 +/- ##
==========================================
- Coverage 97.57% 97.56% -0.02%
==========================================
Files 54 54
Lines 4545 4554 +9
==========================================
+ Hits 4435 4443 +8
- Misses 110 111 +1
Continue to review full report at Codecov.
|
I've just tested all my 119 models with this branch and found no new issue. |
Thanks for testing :) |
Some weird bugs still appear when having double negation with xor.
As an example
@constraint(m, !(!(sum(x) > 3) ⊻ (sum(x) >= 2)))
this currently fails to produce the right results