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:
parent
cc3bfe8da2
commit
85be486c1e
2 changed files with 25 additions and 42 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue