mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
rm_lp
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
527f0d1242
commit
25f103db1a
19 changed files with 65 additions and 641 deletions
|
@ -344,7 +344,6 @@ bool int_solver::get_freedom_interval_for_column(unsigned j, bool & inf_l, impq
|
|||
set_upper(u, inf_u, upper_bound(j) - xj);
|
||||
|
||||
|
||||
lp_assert(settings().use_tableau());
|
||||
const auto & A = lra.A_r();
|
||||
TRACE("random_update", tout << "m = " << m << "\n";);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue