mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
add options to allow testing the effect of non-linear hammers
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
029d726eb8
commit
8d2b65b20b
4 changed files with 18 additions and 2 deletions
|
@ -105,6 +105,9 @@ struct theory_arith_params {
|
|||
unsigned m_nl_arith_max_degree = 6;
|
||||
bool m_nl_arith_branching = true;
|
||||
unsigned m_nl_arith_rounds = 1024;
|
||||
bool m_nl_arith_propagate_linear_monomials = true;
|
||||
bool m_nl_arith_optimize_bounds = true;
|
||||
bool m_nl_arith_cross_nested = true;
|
||||
|
||||
|
||||
theory_arith_params(params_ref const & p = params_ref()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue