mirror of
https://github.com/Z3Prover/z3
synced 2025-07-29 15:37:58 +00:00
fix model conversions for incremental SAT, fix lookahead with ba_solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
35a3523fd6
commit
921423ec80
20 changed files with 119 additions and 274 deletions
|
@ -163,6 +163,7 @@ namespace sat {
|
|||
void cleanup_clauses(clause_vector & cs, bool learned, bool vars_eliminated, bool in_use_lists);
|
||||
|
||||
bool is_external(bool_var v) const;
|
||||
bool is_external(literal l) const { return is_external(l.var()); }
|
||||
bool was_eliminated(bool_var v) const;
|
||||
lbool value(bool_var v) const;
|
||||
lbool value(literal l) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue