3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-07 18:05:21 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-11 18:39:32 -08:00
parent c46e36ce58
commit ba2f587c26

View file

@ -1093,6 +1093,7 @@ public:
// this step ensures that a shared enode is attached
// with the ite expression.
else if (m.is_ite(lhs) || m.is_ite(rhs)) {
// std::cout << "eq\n";
m_arith_eq_adapter.mk_axioms(n1, n2);
}
}