mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
randomize branch direction (outside of int_solver for now)
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1e92165690
commit
ece041baf8
2 changed files with 10 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
#include "math/lp/lar_solver.h"
|
||||
#include "math/lp/lp_utils.h"
|
||||
|
||||
#define SMALL_CUTS 0
|
||||
#define SMALL_CUTS 1
|
||||
namespace lp {
|
||||
|
||||
class gomory::imp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue