mirror of
https://github.com/Z3Prover/z3
synced 2025-08-18 17:22:15 +00:00
fixing 2267
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
16af728fbe
commit
28ce701e17
15 changed files with 174 additions and 48 deletions
|
@ -95,6 +95,7 @@ public:
|
|||
bool is_false(expr* t);
|
||||
bool is_true(expr_ref_vector const& ts);
|
||||
void reset_eval_cache();
|
||||
bool has_solver();
|
||||
void set_solver(expr_solver* solver);
|
||||
|
||||
class scoped_model_completion {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue