3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-14 06:45:25 +00:00

FPA theory improvements

Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
Christoph M. Wintersteiger 2014-06-12 15:14:06 +01:00
parent 129e2f5e23
commit 8b8cee7f64
2 changed files with 119 additions and 107 deletions

View file

@ -59,8 +59,9 @@ namespace smt {
sig = to_app(e)->get_arg(1);
exp = to_app(e)->get_arg(2);
}
void ensure_bv_var(expr_ref const & n);
void mk_bv_eq(expr * x, expr * y);
expr_ref mk_eq_bv_const(expr_ref const & e);
};
};