mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 11:41:22 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1ff08c45ce
commit
9566d379d6
13 changed files with 423 additions and 86 deletions
|
@ -55,6 +55,8 @@ public:
|
|||
bool is_true(expr * t);
|
||||
bool is_false(expr * t);
|
||||
bool is_true(expr_ref_vector const& ts);
|
||||
bool are_equal(expr* s, expr* t);
|
||||
|
||||
|
||||
void set_solver(expr_solver* solver);
|
||||
bool has_solver();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue