3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-11-05 13:56:03 +00:00

prefix Boolean variables in log with b

This commit is contained in:
Nikolaj Bjorner 2022-10-23 11:05:50 -07:00
parent 6393ed78d7
commit c8e1e180ea
2 changed files with 3 additions and 3 deletions

View file

@ -174,7 +174,7 @@ namespace euf {
lit = lit2;
}
TRACE("euf", tout << "attach v" << v << " " << mk_bounded_pp(e, m) << "\n";);
TRACE("euf", tout << "attach b" << v << " " << mk_bounded_pp(e, m) << "\n";);
m_bool_var2expr.reserve(v + 1, nullptr);
if (m_bool_var2expr[v] && m_egraph.find(e)) {
if (m_egraph.find(e)->bool_var() != v) {