3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-29 15:23:37 +00:00

adjust logging

This commit is contained in:
Nikolaj Bjorner 2022-10-14 18:56:18 +02:00
parent 87e45221fd
commit 4388719848
3 changed files with 1 additions and 3 deletions

View file

@ -76,7 +76,6 @@ namespace arith {
}
bool solver::unit_propagate() {
TRACE("arith", tout << "unit propagate\n";);
m_model_is_initialized = false;
if (!m_solver->has_changed_columns() && !m_new_eq && m_new_bounds.empty() && m_asserted_qhead == m_asserted.size())
return false;