mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 03:10:25 +00:00
disable uhle from lookahead solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
75bf942237
commit
eca250933d
12 changed files with 213 additions and 96 deletions
|
@ -94,7 +94,6 @@ namespace sat {
|
|||
bool m_unit_walk;
|
||||
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