mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 03:10:25 +00:00
remove cache reset that causes crash
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
030868d8de
commit
b3e5fade32
10 changed files with 98 additions and 26 deletions
|
@ -92,6 +92,7 @@ namespace sat {
|
|||
bool m_local_search;
|
||||
bool m_lookahead_simplify;
|
||||
bool m_lookahead_simplify_bca;
|
||||
bool m_lookahead_simplify_asymm_branch;
|
||||
cutoff_t m_lookahead_cube_cutoff;
|
||||
double m_lookahead_cube_fraction;
|
||||
unsigned m_lookahead_cube_depth;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue