3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

unresolved in nla_intervals

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-06-06 09:21:45 -07:00
parent a4ad71bf33
commit 9ce2733105
4 changed files with 19 additions and 5 deletions

View file

@ -33,6 +33,7 @@ namespace nla {
// nonlinear integer incremental linear solver
class solver {
core* m_core;
reslimit m_res_limit;
intervals m_intervals;
public:
void add_monomial(lpvar v, unsigned sz, lpvar const* vs);