-
Notifications
You must be signed in to change notification settings - Fork 93
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
UNSAT Certificate core modules (only) #530
UNSAT Certificate core modules (only) #530
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reviewed only the first 3 files for now. Most comments are about the coding convention - please apply them throughout the PR, not just for the lines I commented on, and I'll re-review afterwards.
Added removeIf wrapper function
Fixed Identation
Fixed indentation
Fixed indentation
Correct version of file
Fixed formatting
Fixed formatting
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Another batch of comments, mostly about style.
Added appendHead function that enables adding another list.
Row coefficients vector is added with coefficient 1. Minor modifications.
Test match changes in BoundExplainer
Match changes in UnsatCertificateNode
Added a couple of consts
Class is responsible for memory allocation. Added getters.
Class is responsible for memory allocation. Added getters.
Class is responsible for memory allocation. Added getters.
Class is responsible for memory allocation. Added getters.
Moved certification methods to Checker class
Moved certification methods to Checker class
When checking an explanation, it is received as an array (rather than a vector). Changed the row produced from an explanation, to match the changes in BoundExplainer.
When checking an explanation, it is received as an array (rather than a vector). Changed the row produced from an explanation, to match the changes in BoundExplainer.
g/setPhaseStatus() methods are public
Added files for constructing UNSAT certificate, without changing Marabou's functionality (modules are not used):