mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 21:48:56 +00:00
axioms for b-and
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e93ee9fe9d
commit
c03a05eb75
4 changed files with 15 additions and 9 deletions
|
@ -410,8 +410,13 @@ 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