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

no intervals

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2019-06-15 22:42:59 -07:00
parent 2b11ed241e
commit 999ca2ed70
8 changed files with 4 additions and 436 deletions

View file

@ -24,7 +24,7 @@
#include "math/lp/var_eqs.h"
#include "math/lp/factorization.h"
#include "math/lp/nla_solver.h"
#include "math/lp/nla_intervals.h"
//#include "math/lp/nla_intervals.h"
namespace nla {
void solver::add_monomial(lpvar v, unsigned sz, lpvar const* vs) {