mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
remove unnecessery call
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
edd1761ff3
commit
45c0ed126e
5 changed files with 11 additions and 10 deletions
|
@ -3205,8 +3205,6 @@ public:
|
|||
lbool make_feasible() {
|
||||
TRACE("pcs", tout << lp().constraints(););
|
||||
TRACE("arith_verbose", tout << "before calling lp().find_feasible_solution()\n"; display(tout););
|
||||
// todo: remove later : debug!!!!!
|
||||
lp().move_non_basic_columns_to_bounds(false);
|
||||
auto status = lp().find_feasible_solution();
|
||||
TRACE("arith_verbose", display(tout););
|
||||
if (lp().is_feasible())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue