mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
This commit is contained in:
parent
08e7de3c09
commit
f920079aac
1 changed files with 2 additions and 0 deletions
|
@ -331,6 +331,8 @@ namespace arith {
|
|||
}
|
||||
|
||||
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));
|
||||
ctx.push(push_back_vector<svector<std::pair<euf::th_eq, bool>>>(m_delayed_eqs));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue