3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

fixes in the interval multiplication

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-07-26 21:01:43 -07:00
parent 4c2279343b
commit 4ef7bf2bf6
3 changed files with 26 additions and 16 deletions

View file

@ -447,6 +447,10 @@ class theory_lra::imp {
(void)_s;
m_nla->push();
}
nla_params nla(ctx().get_params());
m_nla->get_core()->m_settings.run_order() = nla.order();
m_nla->get_core()->m_settings.run_tangents() = nla.tangents();
m_nla->get_core()->m_settings.run_horner() = nla.horner();
}
}