mirror of
https://github.com/Z3Prover/z3
synced 2025-11-03 13:07:53 +00:00
more includes
This commit is contained in:
parent
66108085fa
commit
ecd85b314c
14 changed files with 152 additions and 146 deletions
|
|
@ -6,16 +6,16 @@ Copyright (c) 2017 Arie Gurfinkel
|
|||
#ifndef OLD_MEV_H
|
||||
#define OLD_MEV_H
|
||||
|
||||
#include "ast.h"
|
||||
#include "ast_pp.h"
|
||||
#include "obj_hashtable.h"
|
||||
#include "ref_vector.h"
|
||||
#include "simplifier.h"
|
||||
#include "trace.h"
|
||||
#include "vector.h"
|
||||
#include "arith_decl_plugin.h"
|
||||
#include "array_decl_plugin.h"
|
||||
#include "bv_decl_plugin.h"
|
||||
#include "ast/ast.h"
|
||||
#include "ast/ast_pp.h"
|
||||
#include "util/obj_hashtable.h"
|
||||
#include "util/ref_vector.h"
|
||||
#include "ast/simplifier/simplifier.h"
|
||||
#include "util/trace.h"
|
||||
#include "util/vector.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "ast/array_decl_plugin.h"
|
||||
#include "ast/bv_decl_plugin.h"
|
||||
|
||||
namespace old {
|
||||
class model_evaluator {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue