3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 18:31:49 +00:00

restore debug clang/gcc build

This commit is contained in:
Nikolaj Bjorner 2023-01-04 15:01:40 -08:00
parent 21362c0b98
commit 380c701cbe

View file

@ -1739,7 +1739,7 @@ namespace opt {
for (unsigned i = 0; i < num_vars; ++i) {
m_result.push_back(project(vars[i], compute_def));
eliminate(vars[i], m_result.back());
TRACE("opt", display(tout << "After projecting: v" << vars[i] << "\n" << m_result << "\n"););
TRACE("opt", display(tout << "After projecting: v" << vars[i] << "\n"););
}
return m_result;
}