mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
nra to nla
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
e32a6714a5
commit
279d55a2c7
4 changed files with 90 additions and 13 deletions
|
@ -82,10 +82,10 @@ struct solver::imp {
|
|||
add_constraint(ci);
|
||||
}
|
||||
|
||||
// // add polynomial definitions.
|
||||
// for (auto const& m : m_monics) {
|
||||
// add_monic_eq(m);
|
||||
// }
|
||||
// add polynomial definitions.
|
||||
for (auto const& m : m_nla_core.emons()) {
|
||||
add_monic_eq(m);
|
||||
}
|
||||
// TBD: add variable bounds?
|
||||
|
||||
lbool r = l_undef;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue