mirror of
https://github.com/Z3Prover/z3
synced 2025-05-07 07:45:46 +00:00
add restart.max parameter to control cancellation based on restart count
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2bd29548da
commit
aaf6e67ec8
6 changed files with 14 additions and 3 deletions
|
@ -52,6 +52,7 @@ namespace sat {
|
|||
restart_strategy m_restart;
|
||||
unsigned m_restart_initial;
|
||||
double m_restart_factor; // for geometric case
|
||||
unsigned m_restart_max;
|
||||
double m_random_freq;
|
||||
unsigned m_random_seed;
|
||||
unsigned m_burst_search;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue