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:
parent
4c2279343b
commit
4ef7bf2bf6
3 changed files with 26 additions and 16 deletions
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue