mirror of
https://github.com/Z3Prover/z3
synced 2025-08-22 02:57:50 +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
|
@ -26,7 +26,6 @@ Revision History:
|
|||
#include "muz/rel/dl_vector_relation.h"
|
||||
#include "muz/rel/dl_interval_relation.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "ast/simplifier/basic_simplifier_plugin.h"
|
||||
#include "ast/rewriter/bool_rewriter.h"
|
||||
|
||||
namespace datalog {
|
||||
|
|
|
@ -20,13 +20,12 @@ Revision History:
|
|||
#define DL_INTERVAL_RELATION_H_
|
||||
|
||||
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "smt/old_interval.h"
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/rel/dl_relation_manager.h"
|
||||
#include "muz/rel/dl_base.h"
|
||||
#include "smt/old_interval.h"
|
||||
#include "muz/rel/dl_vector_relation.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "ast/simplifier/basic_simplifier_plugin.h"
|
||||
|
||||
namespace datalog {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue