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:
parent
e964973f19
commit
5dc8c93897
6 changed files with 298 additions and 254 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue