mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 17:38:45 +00:00
remove simplifier files
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
8d8e4cbc51
commit
cf87b6d622
44 changed files with 17 additions and 7695 deletions
|
@ -19,12 +19,11 @@ Revision History:
|
|||
#ifndef THEORY_ARITH_INT_H_
|
||||
#define THEORY_ARITH_INT_H_
|
||||
|
||||
#include "ast/ast_ll_pp.h"
|
||||
#include "ast/simplifier/arith_simplifier_plugin.h"
|
||||
#include "ast/well_sorted.h"
|
||||
#include "math/euclid/euclidean_solver.h"
|
||||
#include "util/numeral_buffer.h"
|
||||
#include "ast/ast_ll_pp.h"
|
||||
#include "ast/well_sorted.h"
|
||||
#include "ast/ast_smt2_pp.h"
|
||||
#include "math/euclid/euclidean_solver.h"
|
||||
|
||||
namespace smt {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue