mirror of
https://github.com/Z3Prover/z3
synced 2025-04-13 20:38:43 +00:00
rename nla_expr.h to nex.h
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
63748206fe
commit
992ab89856
|
@ -19,7 +19,7 @@
|
|||
--*/
|
||||
#pragma once
|
||||
#include <functional>
|
||||
#include "math/lp/nla_expr.h"
|
||||
#include "math/lp/nex.h"
|
||||
namespace nla {
|
||||
class cross_nested {
|
||||
struct occ {
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include "math/lp/nla_common.h"
|
||||
#include "math/lp/nla_intervals.h"
|
||||
#include "math/lp/nla_expr.h"
|
||||
#include "math/lp/nex.h"
|
||||
#include "math/lp/cross_nested.h"
|
||||
|
||||
namespace nla {
|
||||
|
|
|
@ -19,7 +19,7 @@ Revision History:
|
|||
--*/
|
||||
#include "math/lp/nla_core.h"
|
||||
#include "math/lp/factorization_factory_imp.h"
|
||||
#include "math/lp/nla_expr.h"
|
||||
#include "math/lp/nex.h"
|
||||
namespace nla {
|
||||
|
||||
core::core(lp::lar_solver& s, reslimit & lim) :
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
#include "math/lp/nla_monotone_lemmas.h"
|
||||
#include "math/lp/emonomials.h"
|
||||
#include "math/lp/nla_settings.h"
|
||||
#include "math/lp/nla_expr.h"
|
||||
#include "math/lp/nex.h"
|
||||
#include "math/lp/horner.h"
|
||||
namespace nla {
|
||||
|
||||
|
|
Loading…
Reference in a new issue