mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +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
|
@ -198,6 +198,7 @@ namespace sat {
|
|||
config m_config;
|
||||
double m_delta_trigger;
|
||||
double m_delta_decrease;
|
||||
double m_delta_fraction;
|
||||
|
||||
drat m_drat;
|
||||
literal_vector m_assumptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue