mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 20:16:00 +00:00
working on completing ATE/ALA for acce and abce
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3b1810d893
commit
5a2b072ddf
29 changed files with 466 additions and 230 deletions
|
@ -111,8 +111,8 @@ namespace sat {
|
|||
m_lookahead_global_autarky = p.lookahead_global_autarky();
|
||||
|
||||
// These parameters are not exposed
|
||||
m_simplify_mult1 = _p.get_uint("simplify_mult1", 300);
|
||||
m_simplify_mult2 = _p.get_double("simplify_mult2", 1.5);
|
||||
m_simplify_mult1 = _p.get_uint("simplify_mult1", 100);
|
||||
m_simplify_mult2 = _p.get_double("simplify_mult2", 1.2);
|
||||
m_simplify_max = _p.get_uint("simplify_max", 500000);
|
||||
// --------------------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue