mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 03:10:25 +00:00
add backtracking conquer
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d58a9d2528
commit
252fb4af6e
6 changed files with 192 additions and 153 deletions
|
@ -116,6 +116,7 @@ namespace sat {
|
|||
unsigned m_simplify_mult1;
|
||||
double m_simplify_mult2;
|
||||
unsigned m_simplify_max;
|
||||
unsigned m_simplify_delay;
|
||||
|
||||
unsigned m_variable_decay;
|
||||
|
||||
|
@ -126,6 +127,7 @@ namespace sat {
|
|||
unsigned m_gc_k;
|
||||
bool m_gc_burst;
|
||||
|
||||
|
||||
bool m_minimize_lemmas;
|
||||
bool m_dyn_sub_res;
|
||||
bool m_core_minimize;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue