mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
fix term columns after rounding in cube()
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
41a4dcf90c
commit
35aa98436f
4 changed files with 27 additions and 59 deletions
|
@ -1666,7 +1666,6 @@ public:
|
|||
IF_VERBOSE(12, verbose_stream() << "final-check " << m_solver->get_status() << "\n");
|
||||
m_use_nra_model = false;
|
||||
lbool is_sat = l_true;
|
||||
lp().restore_rounded_columns();
|
||||
SASSERT(lp().ax_is_correct());
|
||||
if (lp().get_status() != lp::lp_status::OPTIMAL) {
|
||||
is_sat = make_feasible();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue