Skip to content

Commit

Permalink
restore debug clang/gcc build
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jan 4, 2023
1 parent 21362c0 commit 380c701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/simplex/model_based_opt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 380c701

Please sign in to comment.