mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
338d7b3283
commit
d04807e8c3
8 changed files with 122 additions and 85 deletions
|
@ -108,6 +108,7 @@ struct theory_arith_params {
|
|||
bool m_nl_arith_propagate_linear_monomials = true;
|
||||
bool m_nl_arith_optimize_bounds = true;
|
||||
bool m_nl_arith_cross_nested = true;
|
||||
bool m_nl_arith_internal_bounds = false;
|
||||
|
||||
|
||||
theory_arith_params(params_ref const & p = params_ref()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue