mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 03:10:25 +00:00
add sat option for doing a global simplification before the bounded search and the main CDCL search loop. The option is also used for the sat-preprocess tacitc (#4514)
Co-authored-by: rainoftime <rainoftime@gmail.com>
This commit is contained in:
parent
41430cd128
commit
55cd1e996c
5 changed files with 14 additions and 0 deletions
|
@ -108,6 +108,7 @@ namespace sat {
|
|||
double m_random_freq;
|
||||
unsigned m_random_seed;
|
||||
unsigned m_burst_search;
|
||||
bool m_enable_pre_simplify;
|
||||
unsigned m_max_conflicts;
|
||||
unsigned m_num_threads;
|
||||
bool m_ddfw_search;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue