3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 11:25:51 +00:00

separate out gcd test

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-02-08 16:44:25 -08:00
parent e964973f19
commit 5dc8c93897
6 changed files with 298 additions and 254 deletions

View file

@ -378,9 +378,12 @@ bool gomory::is_gomory_cut_target(const row_strip<mpq>& row) {
int gomory::find_basic_var() {
int result = -1;
unsigned n = 0;
bool boxed = false;
unsigned min_row_size = UINT_MAX;
#if 0
bool boxed = false;
mpq min_range;
#endif
// Prefer smaller row size
// Prefer boxed to non-boxed