3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-13 06:30:54 +00:00

add ite reduction to canonizer, remove it from ad-hoc routine

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2016-05-18 09:58:34 -07:00
parent cc3bfe8da2
commit 85be486c1e
2 changed files with 25 additions and 42 deletions

View file

@ -410,7 +410,6 @@ namespace smt {
bool solve_nqs(unsigned i);
bool solve_ne(unsigned i);
bool solve_nc(unsigned i);
void reduce_ite(expr_ref_vector& ls, literal_vector& new_lits, unsigned& num_undef_lits, bool& change);
struct cell {
cell* m_parent;