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:
parent
9c18ede687
commit
58003f9f97
4 changed files with 15 additions and 15 deletions
|
@ -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