mirror of
https://github.com/Z3Prover/z3
synced 2025-12-03 10:39:07 +00:00
spacer: prepare to use incremental clause smt_solver interface
This commit is contained in:
parent
c3edf8c8fa
commit
723e96175b
4 changed files with 45 additions and 20 deletions
|
|
@ -94,6 +94,7 @@ public:
|
|||
*/
|
||||
lbool check_assumptions(const expr_ref_vector & hard,
|
||||
expr_ref_vector & soft,
|
||||
const expr_ref_vector &clause,
|
||||
unsigned num_bg = 0,
|
||||
expr * const *bg = nullptr,
|
||||
unsigned solver_id = 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue