3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-17 00:32:16 +00:00

testing double lookahead

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-03-31 17:22:44 -07:00
parent c0188a7ec0
commit b70096a97f
6 changed files with 75 additions and 16 deletions

View file

@ -176,8 +176,8 @@ namespace sat {
unsigned m_max_steps = (1 << 30);
// dynamic noise
unsigned noise = 400; // normalized by 10000
double noise_delta = 0.05;
double m_noise = 400; // normalized by 10000
double m_noise_delta = 0.05;
// for tuning
int s_id = 0; // strategy id