mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 19:05:51 +00:00
hook up nla_solver it lp bound propagation
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
9c18ede687
commit
58003f9f97
4 changed files with 15 additions and 15 deletions
|
@ -28,6 +28,7 @@ z3_add_component(lp
|
|||
nla_basics_lemmas.cpp
|
||||
nla_common.cpp
|
||||
nla_core.cpp
|
||||
nla_intervals.cpp
|
||||
nla_monotone_lemmas.cpp
|
||||
nla_order_lemmas.cpp
|
||||
nla_solver.cpp
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
*/
|
||||
#include "math/lp/lar_solver.h"
|
||||
#include "math/lp/nla_solver.h"
|
||||
#include "math/lp/nla_intervals.h"
|
||||
namespace lp {
|
||||
|
||||
lp_bound_propagator::lp_bound_propagator(lar_solver & ls, nla::solver* nla):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue