mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
rename
Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
parent
1ed9639898
commit
2fd32ce62d
6 changed files with 99 additions and 133 deletions
|
@ -9,11 +9,12 @@
|
|||
#include "math/polynomial/polynomial.h"
|
||||
#include "math/polynomial/algebraic_numbers.h"
|
||||
#include "util/map.h"
|
||||
#include "util/lp/mon_eq.h"
|
||||
#include "util/lp/monomial.h"
|
||||
|
||||
namespace nra {
|
||||
|
||||
|
||||
typedef nla::monomial mon_eq;
|
||||
typedef nla::variable_map_type variable_map_type;
|
||||
struct solver::imp {
|
||||
lp::lar_solver& s;
|
||||
reslimit& m_limit;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue