mirror of
https://github.com/Z3Prover/z3
synced 2025-08-05 19:00:25 +00:00
add parameter to force sat-cleaning on initialization and on simplification phases
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f14a2b9a7c
commit
f5fea8ae30
5 changed files with 11 additions and 6 deletions
|
@ -136,6 +136,8 @@ namespace sat {
|
|||
bool m_gc_burst;
|
||||
bool m_gc_defrag;
|
||||
|
||||
bool m_force_cleanup;
|
||||
|
||||
|
||||
bool m_minimize_lemmas;
|
||||
bool m_dyn_sub_res;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue