mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
add expression conversion
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5ed8a48ac2
commit
a016caa5d8
2 changed files with 94 additions and 56 deletions
|
@ -88,12 +88,12 @@ namespace smt {
|
|||
void negate();
|
||||
|
||||
lbool normalize();
|
||||
|
||||
void unique();
|
||||
|
||||
bool well_formed() const;
|
||||
|
||||
app_ref to_expr(context& ctx, ast_manager& m);
|
||||
|
||||
};
|
||||
|
||||
typedef ptr_vector<ineq> watch_list;
|
||||
|
@ -170,7 +170,6 @@ namespace smt {
|
|||
virtual bool use_diseqs() const { return false; }
|
||||
virtual bool build_models() const { return false; }
|
||||
virtual final_check_status final_check_eh();
|
||||
|
||||
virtual void reset_eh();
|
||||
virtual void assign_eh(bool_var v, bool is_true);
|
||||
virtual void init_search_eh();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue