3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-30 15:00:08 +00:00

fix restart counters

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2025-01-01 14:34:09 -08:00
parent 0128a1e067
commit cb61af0496
3 changed files with 33 additions and 17 deletions

View file

@ -26,6 +26,7 @@ namespace sls {
class bv_lookahead {
struct config {
bool updated = false;
double cb = 2.85;
unsigned paws_init = 40;
unsigned paws_sp = 52;