3
0
Fork 0
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:
Nikolaj Bjorner 2023-06-26 19:34:45 -07:00
parent a8f867f145
commit 2ee91d866a

View file

@ -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())