3
0
Fork 0
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:
Nikolaj Bjorner 2025-01-04 15:57:02 -08:00
parent 05f166f736
commit 710f757495
2 changed files with 5 additions and 1 deletions

View file

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