-
Notifications
You must be signed in to change notification settings - Fork 4
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
Stronger explanations #73
Conversation
Dekker1
commented
Aug 7, 2024
- Add ability to search for literals for stronger explanations
- Enable stronger explanation for DisjunctiveEdgeFinding
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #73 +/- ##
===========================================
- Coverage 65.95% 65.69% -0.26%
===========================================
Files 41 41
Lines 6335 6430 +95
===========================================
+ Hits 4178 4224 +46
- Misses 2157 2206 +49 ☔ View full report in Codecov by Sentry. |
e652c9b
to
6558961
Compare
6558961
to
6203368
Compare
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment Thanks for integrating Codecov - We've got you covered ☂️ |
1a8cd88
to
9680c1d
Compare
c9c4a92
to
cdcbfda
Compare
cdcbfda
to
b3f8304
Compare
b3f8304
to
b66f02a
Compare
Note that some propagators (like the disjunctive propagator) depend on the fact that conflicts are detected on integer domains. Because of the usage of lazy literals, just checking the value of the literals is not enough. Literals that have just been created might not have their correct value yet, since their defining clauses still have to be communicated to the oracle.
b66f02a
to
9042c73
Compare