mirror of
https://github.com/Z3Prover/z3
synced 2025-08-25 04:26:00 +00:00
n/a
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
2f025f52c0
commit
e940f53e9c
6 changed files with 38 additions and 28 deletions
|
@ -115,9 +115,11 @@ namespace sat {
|
|||
m_lookahead_cube_psat_clause_base = p.lookahead_cube_psat_clause_base();
|
||||
m_lookahead_cube_psat_trigger = p.lookahead_cube_psat_trigger();
|
||||
m_lookahead_global_autarky = p.lookahead_global_autarky();
|
||||
m_lookahead_use_learned = p.lookahead_use_learned();
|
||||
|
||||
|
||||
// These parameters are not exposed
|
||||
m_simplify_mult1 = _p.get_uint("simplify_mult1", 300);
|
||||
m_next_simplify1 = _p.get_uint("next_simplify", 30000);
|
||||
m_simplify_mult2 = _p.get_double("simplify_mult2", 1.5);
|
||||
m_simplify_max = _p.get_uint("simplify_max", 500000);
|
||||
// --------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue