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:
parent
c0188a7ec0
commit
b70096a97f
6 changed files with 75 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue