-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check the status of SatML in Satml_frontend
As explained in the issue #1293, Satml_frontend does not send to SatML a formula already present in its lazy cnf. In particular, `assume` and `unsat` of `Satml_frontend` can answer `unknown` for obviously unsat environment. After this commit, we always check the status of SatML in `assume` and `unsat`. If the solver is already unsat, the command `unsat` should return the unsat core. As SatML does not yet support this feature, I returned an empty explanation.
- Loading branch information
Showing
3 changed files
with
64 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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 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 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