3
0
Fork 0
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:
Nikolaj Bjorner 2020-02-01 10:32:49 -08:00
parent 1e92165690
commit ece041baf8
2 changed files with 10 additions and 2 deletions

View file

@ -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 {