mirror of
https://github.com/Z3Prover/z3
synced 2025-08-07 19:51:22 +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
|
@ -19,13 +19,13 @@ Revision History:
|
|||
#ifndef THEORY_BV_H_
|
||||
#define THEORY_BV_H_
|
||||
|
||||
#include "smt/smt_theory.h"
|
||||
#include "smt/params/theory_bv_params.h"
|
||||
#include "ast/rewriter/bit_blaster/bit_blaster.h"
|
||||
#include "util/trail.h"
|
||||
#include "util/union_find.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "smt/proto_model/numeral_factory.h"
|
||||
#include "model/numeral_factory.h"
|
||||
#include "smt/smt_theory.h"
|
||||
#include "smt/params/theory_bv_params.h"
|
||||
|
||||
namespace smt {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue