mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
fix column patching
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
8c016abb12
commit
f45e17c47e
5 changed files with 40 additions and 56 deletions
|
@ -612,7 +612,7 @@ lp_status lar_solver::maximize_term(unsigned j_or_term,
|
|||
return lp_status::FEASIBLE; // it should not happen
|
||||
}
|
||||
}
|
||||
m_int_solver->patch_nbasic_column(j, false);
|
||||
m_int_solver->patch_nbasic_column(j);
|
||||
if (!column_value_is_integer(j)) {
|
||||
term_max = prev_value;
|
||||
m_mpq_lar_core_solver.m_r_x = backup;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue