mirror of
https://github.com/Z3Prover/z3
synced 2025-08-06 11:20:26 +00:00
delta faction to control double lookahead eagerness
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
44b2c3ce6b
commit
dc77579707
6 changed files with 26 additions and 16 deletions
|
@ -129,6 +129,7 @@ namespace sat {
|
|||
double m_lookahead_cube_psat_trigger;
|
||||
reward_t m_lookahead_reward;
|
||||
bool m_lookahead_global_autarky;
|
||||
double m_lookahead_delta_fraction;
|
||||
bool m_lookahead_use_learned;
|
||||
|
||||
bool m_incremental;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue