3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-28 05:58:55 +00:00
This commit is contained in:
Nikolaj Bjorner 2023-11-28 14:32:56 -08:00
parent f36f21fa8c
commit 8179f8b5d7
3 changed files with 12 additions and 3 deletions

View file

@ -401,6 +401,7 @@ namespace arith {
bool delayed_assume_eqs();
bool is_eq(theory_var v1, theory_var v2);
bool use_nra_model();
bool include_func_interp(enode* n) const;
lbool make_feasible();
bool check_delayed_eqs();