mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
transfer propagate monomial bounds to nla_solver
This commit is contained in:
parent
536930b4a1
commit
e31cecf5db
7 changed files with 243 additions and 183 deletions
|
@ -61,7 +61,7 @@ namespace arith {
|
|||
|
||||
void solver::ensure_nla() {
|
||||
if (!m_nla) {
|
||||
m_nla = alloc(nla::solver, *m_solver.get(), s().params(), m.limit());
|
||||
m_nla = alloc(nla::solver, *m_solver.get(), s().params(), m.limit(), m_implied_bounds);
|
||||
for (auto const& _s : m_scopes) {
|
||||
(void)_s;
|
||||
m_nla->push();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue