mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 21:48:56 +00:00
import master branch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b1597fd499
commit
0353177fe0
5 changed files with 65 additions and 84 deletions
|
@ -410,13 +410,8 @@ namespace arith {
|
|||
bool check_delayed_eqs();
|
||||
lbool check_lia();
|
||||
lbool check_nla();
|
||||
<<<<<<< HEAD
|
||||
bool check_bv_terms();
|
||||
bool check_bv_term(app* n);
|
||||
=======
|
||||
bool check_band_terms();
|
||||
bool check_band_term(app* n);
|
||||
>>>>>>> b72575148 (axioms for b-and)
|
||||
void add_lemmas();
|
||||
void propagate_nla();
|
||||
void add_equality(lpvar v, rational const& k, lp::explanation const& exp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue