mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +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
|
@ -47,7 +47,6 @@ namespace opt {
|
|||
m_first(true),
|
||||
m_was_unknown(false) {
|
||||
m_params.updt_params(p);
|
||||
std::cout << "Case split strategy " << m_params.m_case_split_strategy << "\n";
|
||||
if (m_params.m_case_split_strategy == CS_ACTIVITY_DELAY_NEW) {
|
||||
m_params.m_relevancy_lvl = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue