3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-02-20 07:24:40 +00:00

set lar_solver.m_status = UNKNOWN in the constructor

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-09-28 14:14:25 -07:00 committed by Lev Nachmanson
parent 6dcec4ce79
commit 5d586c8fd1
3 changed files with 2 additions and 6 deletions

View file

@ -187,10 +187,6 @@ struct check_return_helper {
~check_return_helper() {
TRACE("pivoted_rows", tout << "pivoted rows = " << m_lar_solver->m_mpq_lar_core_solver.m_r_solver.m_pivoted_rows->size() << std::endl;);
m_lar_solver->set_track_pivoted_rows(m_track_pivoted_rows);
if (m_r == lia_move::cut || m_r == lia_move::branch) {
int_solver * s = m_lar_solver->get_int_solver();
// m_lar_solver->adjust_cut_for_terms(*(s->m_t), *(s->m_k));
}
}
};