mirror of
https://github.com/Z3Prover/z3
synced 2026-02-28 10:51:28 +00:00
bailout
This commit is contained in:
parent
56b33b1b3e
commit
39d42913cf
4 changed files with 13 additions and 18 deletions
|
|
@ -215,7 +215,7 @@ namespace polysat {
|
|||
bool resolve_value(pvar v);
|
||||
void resolve_bool(sat::literal lit);
|
||||
void resolve_bailout(unsigned i);
|
||||
void revert_decision(pvar v, bool bailout = false);
|
||||
void revert_decision(pvar v);
|
||||
void revert_bool_decision(sat::literal lit);
|
||||
|
||||
void report_unsat();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue