mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
move value factories to model
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5122b2da7e
commit
ca498e20d1
30 changed files with 167 additions and 145 deletions
|
@ -20,24 +20,24 @@ Revision History:
|
|||
#ifndef THEORY_ARITH_H_
|
||||
#define THEORY_ARITH_H_
|
||||
|
||||
#include "smt/smt_theory.h"
|
||||
#include "util/map.h"
|
||||
#include "util/heap.h"
|
||||
#include "util/nat_set.h"
|
||||
#include "util/inf_rational.h"
|
||||
#include "util/s_integer.h"
|
||||
#include "util/inf_s_integer.h"
|
||||
#include "util/obj_pair_hashtable.h"
|
||||
#include "util/uint_set.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "model/numeral_factory.h"
|
||||
#include "smt/smt_theory.h"
|
||||
#include "smt/params/theory_arith_params.h"
|
||||
#include "smt/arith_eq_adapter.h"
|
||||
#include "smt/proto_model/numeral_factory.h"
|
||||
#include "smt/smt_context.h"
|
||||
#include "util/obj_pair_hashtable.h"
|
||||
#include "smt/old_interval.h"
|
||||
#include "math/grobner/grobner.h"
|
||||
#include "smt/arith_eq_solver.h"
|
||||
#include "smt/theory_opt.h"
|
||||
#include "util/uint_set.h"
|
||||
#include "math/grobner/grobner.h"
|
||||
|
||||
namespace smt {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue