mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 20:46:01 +00:00
fixup parameter handling for enabling bv-lookahead
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
05f166f736
commit
710f757495
2 changed files with 5 additions and 1 deletions
|
@ -47,6 +47,7 @@ namespace sls {
|
|||
bool ucb_init = false;
|
||||
double ucb_noise = 0.1;
|
||||
bool use_top_level_assertions = true;
|
||||
bool use_lookahead_bv = true;
|
||||
};
|
||||
|
||||
struct stats {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue