mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
This commit is contained in:
parent
08e7de3c09
commit
f920079aac
|
@ -331,6 +331,8 @@ namespace arith {
|
||||||
}
|
}
|
||||||
|
|
||||||
void solver::new_diseq_eh(euf::th_eq const& e) {
|
void solver::new_diseq_eh(euf::th_eq const& e) {
|
||||||
|
ensure_column(e.v1());
|
||||||
|
ensure_column(e.v2());
|
||||||
m_delayed_eqs.push_back(std::make_pair(e, false));
|
m_delayed_eqs.push_back(std::make_pair(e, false));
|
||||||
ctx.push(push_back_vector<svector<std::pair<euf::th_eq, bool>>>(m_delayed_eqs));
|
ctx.push(push_back_vector<svector<std::pair<euf::th_eq, bool>>>(m_delayed_eqs));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue