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:
parent
0128a1e067
commit
cb61af0496
3 changed files with 33 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue