mirror of
https://github.com/Z3Prover/z3
synced 2026-01-19 00:38:57 +00:00
remove the parameter for throttling nla lemmas
This commit is contained in:
parent
2b6c73af82
commit
d717dae3ac
5 changed files with 1 additions and 11 deletions
|
|
@ -42,7 +42,6 @@ core::core(lp::lar_solver& s, params_ref const& p, reslimit & lim) :
|
|||
m_throttle(lra.trail(),
|
||||
lra.settings().stats()) {
|
||||
m_nlsat_delay_bound = lp_settings().nlsat_delay();
|
||||
m_throttle.set_enabled(m_params.arith_nl_thrl());
|
||||
lra.m_find_monics_with_changed_bounds_func = [&](const indexed_uint_set& columns_with_changed_bounds) {
|
||||
for (lpvar j : columns_with_changed_bounds) {
|
||||
if (is_monic_var(j))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue