mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
rm eq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c46e36ce58
commit
ba2f587c26
|
@ -1093,6 +1093,7 @@ public:
|
||||||
// this step ensures that a shared enode is attached
|
// this step ensures that a shared enode is attached
|
||||||
// with the ite expression.
|
// with the ite expression.
|
||||||
else if (m.is_ite(lhs) || m.is_ite(rhs)) {
|
else if (m.is_ite(lhs) || m.is_ite(rhs)) {
|
||||||
|
// std::cout << "eq\n";
|
||||||
m_arith_eq_adapter.mk_axioms(n1, n2);
|
m_arith_eq_adapter.mk_axioms(n1, n2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue