-
Notifications
You must be signed in to change notification settings - Fork 54
Add SolverException for Model and Prover due to MathSAT5/Z3 Model Problem (Including a Sneaky Throw for API not Supporting Changes) #501
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
Open
baierd
wants to merge
19
commits into
master
Choose a base branch
from
481-mathsat5-returns-null-for-msat_model_create_iterator
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
c4a7a65
Add warning for sneaky SolverExceptions in Model JavaDoc
b7da958
Throw sneaky SolverExceptions in Mathsat Model instead of confusing I…
50094eb
Add more sneaky throw warnings to API that may throw a SolverExceptio…
89837d5
Remove sneaky throw of SolverException from Mathsat native call
dbbdc31
Remove sneaky throw of SolverException from Z3 model and add Interrup…
b0e7b44
Add SolverException and InterruptedException to many calls related to…
0ca8d4f
Remove sneaky throws for Z3 specific code entirely
cd51b02
Add Solver- and InterruptedException to push() and addConstraint() API
898832d
Remove warnings about sneaky throws where they can't happen anymore
c900399
Format: remove warnings about sneaky throws where they can't happen a…
2166410
Rename exception variable to fit naming schema
64b21b3
Improve warning for sneaky throws in model iterator() as suggested by…
0769c11
Allow AbstractEvaluator.evaluateImpl to be overridden so that it can …
aa370f6
Remove exceptions in the model of SMTInterpol where not necessary
582e19d
Remove exceptions in OpenSMT2s getModelAssignments() by catching them…
0e97ab8
Remove exceptions in CVC4s getModelAssignments() by catching them, bu…
b2fb742
Remove exceptions in CVC5s getModelAssignments() by catching them, bu…
5afc4ae
Remove exceptions in CVC5s model methods as they are never thrown
ed7a40a
Remove exceptions in CVC4s model methods as they are never thrown
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.