3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-09 20:50:50 +00:00

hook up nla_solver it lp bound propagation

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-06-05 15:56:44 -07:00
parent 9c18ede687
commit 58003f9f97
4 changed files with 15 additions and 15 deletions

View file

@ -197,6 +197,8 @@ public:
void set(interval & t, interval const & s);
void set(interval & t, numeral const& n);
bool eq(interval const & a, interval const & b) const;
/**
@ -234,11 +236,6 @@ public:
bool check_invariant(interval const & n) const;
/**
\brief b <- k
*/
void set(numeral const& k, interval & b);
/**
\brief b <- -a
*/