mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 03:31:23 +00:00
parent
f2a7bcaf5d
commit
092c25d596
10 changed files with 62 additions and 20 deletions
|
@ -25,6 +25,7 @@ Revision History:
|
|||
|
||||
class model;
|
||||
class model_core;
|
||||
class expr_solver;
|
||||
|
||||
typedef rewriter_exception model_evaluator_exception;
|
||||
|
||||
|
@ -55,6 +56,8 @@ public:
|
|||
bool is_false(expr * t);
|
||||
bool is_true(expr_ref_vector const& ts);
|
||||
|
||||
void set_solver(expr_solver* solver);
|
||||
|
||||
/**
|
||||
* best effort evaluator of extensional array equality.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue