mirror of
https://github.com/Z3Prover/z3
synced 2025-05-03 22:05:45 +00:00
testing! disable gomory cut in int_solver
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
5e2d000369
commit
a62d664ae4
2 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,7 @@ namespace lp {
|
|||
}
|
||||
|
||||
bool all_columns_are_integral() const {
|
||||
return true; // otherwise it never returns true!
|
||||
for (lpvar j = 0; j < lra.number_of_vars(); j++)
|
||||
if (!lra.column_is_int(j))
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue