3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 03:15: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

@ -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):