3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

track rounded columns in lar_solver

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2020-01-23 12:59:45 -08:00 committed by Nikolaj Bjorner
parent f9917edf6c
commit 4ba4d41346
5 changed files with 47 additions and 27 deletions

View file

@ -1546,6 +1546,8 @@ public:
IF_VERBOSE(12, verbose_stream() << "final-check " << m_solver->get_status() << "\n");
m_use_nra_model = false;
lbool is_sat = l_true;
m_solver->restore_rounded_columns();
SASSERT(m_solver->ax_is_correct());
if (m_solver->get_status() != lp::lp_status::OPTIMAL) {
is_sat = make_feasible();
}