mirror of
https://github.com/Z3Prover/z3
synced 2025-05-05 14:55:45 +00:00
hook up nla_intervals
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
453a5d2de1
commit
a4ad71bf33
6 changed files with 54 additions and 43 deletions
|
@ -26,11 +26,14 @@ Revision History:
|
|||
#include "math/lp/lar_solver.h"
|
||||
#include "math/lp/monomial.h"
|
||||
#include "math/lp/nla_core.h"
|
||||
#include "math/lp/nla_intervals.h"
|
||||
|
||||
namespace nla {
|
||||
|
||||
// nonlinear integer incremental linear solver
|
||||
class solver {
|
||||
core* m_core;
|
||||
intervals m_intervals;
|
||||
public:
|
||||
void add_monomial(lpvar v, unsigned sz, lpvar const* vs);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue