mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
use the simple version of move_non_basic_column_to_bounds
This commit is contained in:
parent
bf3817ef7c
commit
f847d039bc
5 changed files with 27 additions and 33 deletions
|
@ -417,7 +417,7 @@ int gomory::find_basic_var() {
|
|||
}
|
||||
|
||||
lia_move gomory::operator()() {
|
||||
lra.move_non_basic_columns_to_bounds(true);
|
||||
lra.move_non_basic_columns_to_bounds();
|
||||
int j = find_basic_var();
|
||||
if (j == -1)
|
||||
return lia_move::undef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue