mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
control branching with parameter
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a8f867f145
commit
2ee91d866a
1 changed files with 1 additions and 2 deletions
|
@ -1570,8 +1570,7 @@ lbool core::check(vector<ineq>& lits, vector<lemma>& l_vec) {
|
|||
bool run_grobner = need_run_grobner();
|
||||
bool run_horner = need_run_horner();
|
||||
bool run_bounded_nlsat = should_run_bounded_nlsat();
|
||||
bool run_bounds = true; //m_nla_settings.branch_nl;
|
||||
|
||||
bool run_bounds = params().arith_nl_branching();
|
||||
|
||||
|
||||
if (l_vec.empty() && !done())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue