mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
revamp ac plugin and plugin propagation
This commit is contained in:
parent
b983524afc
commit
dbcbc6c3ac
14 changed files with 630 additions and 215 deletions
|
@ -572,7 +572,7 @@ namespace arith {
|
|||
}
|
||||
|
||||
void solver::new_diseq_eh(euf::th_eq const& e) {
|
||||
TRACE(artih, tout << mk_bounded_pp(e.eq(), m) << "\n");
|
||||
TRACE(artih, tout << mk_bounded_pp(e.eq()->get_expr(), m) << "\n");
|
||||
ensure_column(e.v1());
|
||||
ensure_column(e.v2());
|
||||
m_delayed_eqs.push_back(std::make_pair(e, false));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue