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:
parent
21362c0b98
commit
380c701cbe
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue