mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
booyah
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
10d0404175
commit
d0e20e44ff
714 changed files with 714 additions and 2142 deletions
|
@ -18,8 +18,7 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef BIND_VARIABLES_H_
|
||||
#define BIND_VARIABLES_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
|
||||
|
@ -48,4 +47,3 @@ public:
|
|||
void add_var(app* v);
|
||||
};
|
||||
|
||||
#endif /* BIND_VARIABLES_H_ */
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_CONTEXT_H_
|
||||
#define DL_CONTEXT_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "util/map.h"
|
||||
|
@ -625,4 +624,3 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_CONTEXT_H_ */
|
||||
|
|
|
@ -17,8 +17,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_COSTS_H_
|
||||
#define DL_COSTS_H_
|
||||
#pragma once
|
||||
|
||||
#include<iosfwd>
|
||||
|
||||
|
@ -111,5 +110,4 @@ namespace datalog {
|
|||
};
|
||||
};
|
||||
|
||||
#endif /* DL_COSTS_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_ENGINE_BASE_H_
|
||||
#define DL_ENGINE_BASE_H_
|
||||
#pragma once
|
||||
|
||||
#include "model/model.h"
|
||||
#include "muz/base/dl_util.h"
|
||||
|
@ -128,4 +127,3 @@ namespace datalog {
|
|||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -17,8 +17,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_RULE_H_
|
||||
#define DL_RULE_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "muz/base/dl_costs.h"
|
||||
|
@ -390,5 +389,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_RULE_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_RULE_SET_H_
|
||||
#define DL_RULE_SET_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/obj_hashtable.h"
|
||||
#include "muz/base/dl_rule.h"
|
||||
|
@ -284,4 +283,3 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_RULE_SET_H_ */
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_RULE_SUBSUMPTION_INDEX_H_
|
||||
#define DL_RULE_SUBSUMPTION_INDEX_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
|
||||
|
@ -61,5 +60,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_RULE_SUBSUMPTION_INDEX_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_RULE_TRANSFORMER_H_
|
||||
#define DL_RULE_TRANSFORMER_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/map.h"
|
||||
#include "util/vector.h"
|
||||
|
@ -113,5 +112,4 @@ namespace datalog {
|
|||
};
|
||||
};
|
||||
|
||||
#endif /* DL_RULE_TRANSFORMER_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_UTIL_H_
|
||||
#define DL_UTIL_H_
|
||||
#pragma once
|
||||
|
||||
#include<vector>
|
||||
#include "ast/ast.h"
|
||||
|
@ -615,5 +614,4 @@ namespace datalog {
|
|||
bool read_uint64(const char * & s, uint64_t & res);
|
||||
};
|
||||
|
||||
#endif /* DL_UTIL_H_ */
|
||||
|
||||
|
|
|
@ -22,8 +22,7 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef HNF_H_
|
||||
#define HNF_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "util/params.h"
|
||||
|
@ -48,4 +47,3 @@ class hnf {
|
|||
func_decl_ref_vector const& get_fresh_predicates();
|
||||
};
|
||||
|
||||
#endif /* HNF_H_ */
|
||||
|
|
|
@ -18,8 +18,7 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef RULE_PROPERTIES_H_
|
||||
#define RULE_PROPERTIES_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "ast/datatype_decl_plugin.h"
|
||||
|
@ -76,4 +75,3 @@ namespace datalog {
|
|||
};
|
||||
}
|
||||
|
||||
#endif /* RULE_PROPERTIES_H_ */
|
||||
|
|
|
@ -17,8 +17,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_BMC_ENGINE_H_
|
||||
#define DL_BMC_ENGINE_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/params.h"
|
||||
#include "util/statistics.h"
|
||||
|
@ -74,4 +73,3 @@ namespace datalog {
|
|||
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef CLP_CONTEXT_H_
|
||||
#define CLP_CONTEXT_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "util/lbool.h"
|
||||
|
@ -41,4 +40,3 @@ namespace datalog {
|
|||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -15,8 +15,7 @@ Author:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DATAFLOW_H_
|
||||
#define DATAFLOW_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_rule.h"
|
||||
#include "muz/base/dl_rule_set.h"
|
||||
|
@ -251,4 +250,3 @@ namespace datalog {
|
|||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -14,8 +14,7 @@ Author:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef REACHABILITY_H_
|
||||
#define REACHABILITY_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/dataflow/dataflow.h"
|
||||
|
||||
|
@ -79,4 +78,3 @@ namespace datalog {
|
|||
typedef dataflow_engine<reachability_info> reachability;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DDNF_H_
|
||||
#define DDNF_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "util/lbool.h"
|
||||
|
@ -68,4 +67,3 @@ namespace datalog {
|
|||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DATALOG_PARSER_H_
|
||||
#define DATALOG_PARSER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "muz/base/dl_context.h"
|
||||
|
@ -45,4 +44,3 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -15,8 +15,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef DL_CMDS_H_
|
||||
#define DL_CMDS_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
|
||||
|
@ -34,4 +33,3 @@ void install_dl_cmds(cmd_context & ctx);
|
|||
void install_dl_collect_cmds(dl_collected_cmds& collected_cmds, cmd_context& ctx);
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_REGISTER_ENGINE_H_
|
||||
#define DL_REGISTER_ENGINE_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
|
||||
|
@ -33,4 +32,3 @@ namespace datalog {
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef HORN_TACTIC_H_
|
||||
#define HORN_TACTIC_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/params.h"
|
||||
class ast_manager;
|
||||
|
@ -32,4 +31,3 @@ tactic * mk_horn_simplify_tactic(ast_manager & m, params_ref const & p = params_
|
|||
/*
|
||||
ADD_TACTIC("horn-simplify", "simplify horn clauses.", "mk_horn_simplify_tactic(m, p)")
|
||||
*/
|
||||
#endif
|
||||
|
|
|
@ -11,8 +11,7 @@ Abstract:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef AIG_EXPORTER_H_
|
||||
#define AIG_EXPORTER_H_
|
||||
#pragma once
|
||||
|
||||
#include "tactic/aig/aig.h"
|
||||
#include "muz/base/dl_rule_set.h"
|
||||
|
@ -65,4 +64,3 @@ namespace datalog {
|
|||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -19,8 +19,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef CHECK_RELATION_H_
|
||||
#define CHECK_RELATION_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/rel/doc.h"
|
||||
#include "muz/rel/dl_base.h"
|
||||
|
@ -168,5 +167,4 @@ namespace datalog {
|
|||
};
|
||||
};
|
||||
|
||||
#endif /* CHECK_RELATION_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_BASE_H_
|
||||
#define DL_BASE_H_
|
||||
#pragma once
|
||||
|
||||
#define DL_LEAK_HUNTING 0
|
||||
|
||||
|
@ -1272,4 +1271,3 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_BASE_H_ */
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_BOUND_RELATION_H_
|
||||
#define DL_BOUND_RELATION_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/rel/dl_relation_manager.h"
|
||||
|
@ -174,5 +173,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_CHECK_TABLE_H_
|
||||
#define DL_CHECK_TABLE_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/rel/dl_base.h"
|
||||
#include "ast/dl_decl_plugin.h"
|
||||
|
@ -132,4 +131,3 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_CHECK_TABLE_H_ */
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_COMPILER_H_
|
||||
#define DL_COMPILER_H_
|
||||
#pragma once
|
||||
|
||||
#include<iostream>
|
||||
#include<list>
|
||||
|
@ -284,5 +283,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_COMPILER_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_EXTERNAL_RELATION_H_
|
||||
#define DL_EXTERNAL_RELATION_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/rel/dl_base.h"
|
||||
|
||||
|
@ -151,4 +150,3 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_FINITE_PRODUCT_RELATION_H_
|
||||
#define DL_FINITE_PRODUCT_RELATION_H_
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "muz/rel/dl_base.h"
|
||||
|
@ -362,5 +361,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_FINITE_PRODUCT_RELATION_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_INSTRUCTION_H_
|
||||
#define DL_INSTRUCTION_H_
|
||||
#pragma once
|
||||
|
||||
#include<iostream>
|
||||
#include<string>
|
||||
|
@ -367,5 +366,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_INSTRUCTION_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_INTERVAL_RELATION_H_
|
||||
#define DL_INTERVAL_RELATION_H_
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
|
@ -137,5 +136,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_LAZY_TABLE_H_
|
||||
#define DL_LAZY_TABLE_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/rel/dl_base.h"
|
||||
#include "util/ref.h"
|
||||
|
@ -300,4 +299,3 @@ namespace datalog {
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -17,8 +17,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_MK_EXPLANATIONS_H_
|
||||
#define DL_MK_EXPLANATIONS_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
|
@ -84,5 +83,4 @@ namespace datalog {
|
|||
};
|
||||
};
|
||||
|
||||
#endif /* DL_MK_EXPLANATIONS_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_SIMILARITY_COMPRESSOR_H_
|
||||
#define DL_MK_SIMILARITY_COMPRESSOR_H_
|
||||
#pragma once
|
||||
|
||||
#include<utility>
|
||||
|
||||
|
@ -74,5 +73,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_SIMILARITY_COMPRESSOR_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_SIMPLE_JOINS_H_
|
||||
#define DL_MK_SIMPLE_JOINS_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/map.h"
|
||||
#include "util/obj_pair_hashtable.h"
|
||||
|
@ -59,5 +58,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_SIMPLE_JOINS_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_PRODUCT_RELATION_H_
|
||||
#define DL_PRODUCT_RELATION_H_
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
|
@ -187,5 +186,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_RELATION_MANAGER_H_
|
||||
#define DL_RELATION_MANAGER_H_
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "util/map.h"
|
||||
|
@ -702,5 +701,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_RELATION_MANAGER_H_ */
|
||||
|
||||
|
|
|
@ -17,8 +17,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_SIEVE_RELATION_H_
|
||||
#define DL_SIEVE_RELATION_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/rel/dl_relation_manager.h"
|
||||
|
@ -193,5 +192,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_SIEVE_RELATION_H_ */
|
||||
|
||||
|
|
|
@ -17,8 +17,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_SPARSE_TABLE_H_
|
||||
#define DL_SPARSE_TABLE_H_
|
||||
#pragma once
|
||||
|
||||
#include<iostream>
|
||||
#include<list>
|
||||
|
@ -498,4 +497,3 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_SPARSE_TABLE_H_ */
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_TABLE_H_
|
||||
#define DL_TABLE_H_
|
||||
#pragma once
|
||||
|
||||
#include<iostream>
|
||||
#include<list>
|
||||
|
@ -148,5 +147,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_TABLE_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_TABLE_PLUGIN_H_
|
||||
#define DL_TABLE_PLUGIN_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "util/map.h"
|
||||
|
@ -189,5 +188,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_TABLE_PLUGIN_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_TABLE_RELATION_H_
|
||||
#define DL_TABLE_RELATION_H_
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "muz/rel/dl_base.h"
|
||||
|
@ -129,5 +128,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_TABLE_RELATION_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_VECTOR_RELATION_H_
|
||||
#define DL_VECTOR_RELATION_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast_pp.h"
|
||||
#include "muz/base/dl_context.h"
|
||||
|
@ -400,5 +399,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -20,8 +20,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DOC_H_
|
||||
#define DOC_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/rel/tbv.h"
|
||||
#include "util/union_find.h"
|
||||
|
@ -389,5 +388,4 @@ public:
|
|||
operator bool() const { return d != nullptr; }
|
||||
};
|
||||
|
||||
#endif /* DOC_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef KARR_RELATION_H_
|
||||
#define KARR_RELATION_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/transforms/dl_mk_karr_invariants.h"
|
||||
#include "muz/rel/dl_relation_manager.h"
|
||||
|
@ -83,5 +82,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_KARR_INVARIANTS_H_ */
|
||||
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
Extracted from dl_context
|
||||
|
||||
--*/
|
||||
#ifndef REL_CONTEXT_H_
|
||||
#define REL_CONTEXT_H_
|
||||
#pragma once
|
||||
#include "ast/ast.h"
|
||||
#include "muz/rel/dl_relation_manager.h"
|
||||
#include "muz/rel/dl_instruction.h"
|
||||
|
@ -128,4 +127,3 @@ namespace datalog {
|
|||
};
|
||||
};
|
||||
|
||||
#endif /* REL_CONTEXT_H_ */
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef TBV_H_
|
||||
#define TBV_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/fixed_bit_vector.h"
|
||||
#include "util/rational.h"
|
||||
|
@ -147,4 +146,3 @@ public:
|
|||
};
|
||||
|
||||
|
||||
#endif /* TBV_H_ */
|
||||
|
|
|
@ -19,8 +19,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef UDOC_RELATION_H_
|
||||
#define UDOC_RELATION_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/rel/doc.h"
|
||||
#include "muz/rel/dl_base.h"
|
||||
|
@ -149,5 +148,4 @@ namespace datalog {
|
|||
};
|
||||
};
|
||||
|
||||
#endif /* UDOC_RELATION_H_ */
|
||||
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SPACER_ANTIUNIFY_H_
|
||||
#define _SPACER_ANTIUNIFY_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "ast/substitution/substitution.h"
|
||||
|
@ -71,4 +70,3 @@ private:
|
|||
/// Returns the created pattern and the corresponding substitution.
|
||||
void mk_num_pat(expr *e, expr_ref &result, app_ref_vector &subs);
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -17,8 +17,7 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SPACER_CALLBACK_H_
|
||||
#define _SPACER_CALLBACK_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/spacer/spacer_context.h"
|
||||
#include "muz/base/dl_engine_base.h"
|
||||
|
@ -62,4 +61,3 @@ namespace spacer {
|
|||
}
|
||||
|
||||
|
||||
#endif //_SPACER_CALLBACK_H_
|
||||
|
|
|
@ -20,8 +20,7 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SPACER_CONTEXT_H_
|
||||
#define _SPACER_CONTEXT_H_
|
||||
#pragma once
|
||||
|
||||
#include <queue>
|
||||
#include <fstream>
|
||||
|
@ -1152,4 +1151,3 @@ public:
|
|||
inline bool pred_transformer::use_native_mbp () {return ctx.use_native_mbp ();}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SPACER_DL_INTERFACE_H_
|
||||
#define _SPACER_DL_INTERFACE_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/lbool.h"
|
||||
#include "muz/base/dl_rule.h"
|
||||
|
@ -90,4 +89,3 @@ public:
|
|||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -17,8 +17,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SPACER_FARKAS_LEARNER_H_
|
||||
#define _SPACER_FARKAS_LEARNER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
|
||||
|
@ -57,4 +56,3 @@ public:
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -17,8 +17,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SPACER_GENERALIZERS_H_
|
||||
#define _SPACER_GENERALIZERS_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
#include "muz/spacer/spacer_context.h"
|
||||
|
@ -184,4 +183,3 @@ class limit_num_generalizer : public lemma_generalizer {
|
|||
};
|
||||
} // namespace spacer
|
||||
|
||||
#endif
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
#ifndef IUC_PROOF_H_
|
||||
#define IUC_PROOF_H_
|
||||
#pragma once
|
||||
|
||||
#include <ostream>
|
||||
#include "ast/ast.h"
|
||||
|
@ -64,4 +63,3 @@ private:
|
|||
|
||||
}
|
||||
|
||||
#endif /* IUC_PROOF_H_ */
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef SPACER_IUC_SOLVER_H_
|
||||
#define SPACER_IUC_SOLVER_H_
|
||||
#pragma once
|
||||
|
||||
#include"solver/solver.h"
|
||||
#include"ast/expr_substitution.h"
|
||||
|
@ -180,4 +179,3 @@ public:
|
|||
};
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -17,8 +17,7 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef Z3_SPACER_JSON_H
|
||||
#define Z3_SPACER_JSON_H
|
||||
#pragma once
|
||||
|
||||
#include<iostream>
|
||||
#include<map>
|
||||
|
@ -58,4 +57,3 @@ public:
|
|||
}
|
||||
|
||||
|
||||
#endif //Z3_SPACER_JSON_H
|
||||
|
|
|
@ -3,8 +3,7 @@ Copyright (c) 2017 Arie Gurfinkel
|
|||
|
||||
Deprecated implementation of model evaluator. To be removed.
|
||||
*/
|
||||
#ifndef OLD_MEV_H
|
||||
#define OLD_MEV_H
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "ast/ast_pp.h"
|
||||
|
@ -113,4 +112,3 @@ public:
|
|||
|
||||
|
||||
|
||||
#endif /* OLD_MEV_H */
|
||||
|
|
|
@ -19,8 +19,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SPACER_MANAGER_H_
|
||||
#define _SPACER_MANAGER_H_
|
||||
#pragma once
|
||||
|
||||
#include <utility>
|
||||
#include <map>
|
||||
|
@ -136,4 +135,3 @@ struct sk_lt_proc {bool operator()(const app* a1, const app* a2);};
|
|||
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -15,8 +15,7 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#ifndef _SPACER_MATRIX_H_
|
||||
#define _SPACER_MATRIX_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/rational.h"
|
||||
#include "util/vector.h"
|
||||
|
@ -44,4 +43,3 @@ namespace spacer {
|
|||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -17,8 +17,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SPACER_MBC_H_
|
||||
#define _SPACER_MBC_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "util/obj_hashtable.h"
|
||||
|
@ -42,4 +41,3 @@ public:
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -15,8 +15,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _SPACER_MEV_ARRAY_H_
|
||||
#define _SPACER_MEV_ARRAY_H_
|
||||
#pragma once
|
||||
|
||||
#include"ast/ast.h"
|
||||
#include"ast/rewriter/rewriter_types.h"
|
||||
|
@ -49,4 +48,3 @@ public:
|
|||
void eval(model& mdl, expr* e, expr_ref& r, bool model_completion = true);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -18,8 +18,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _SPACER_PDR_H_
|
||||
#define _SPACER_PDR_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/spacer/spacer_context.h"
|
||||
|
||||
|
@ -104,4 +103,3 @@ public:
|
|||
void enqueue_leaf(model_node &n);
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SPACER_PROOF_UTILS_H_
|
||||
#define _SPACER_PROOF_UTILS_H_
|
||||
#pragma once
|
||||
#include "ast/ast.h"
|
||||
|
||||
namespace spacer {
|
||||
|
@ -102,4 +101,3 @@ private:
|
|||
proof* mk_proof_core(proof* old, ptr_buffer<proof>& args);
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -17,8 +17,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _PROP_SOLVER_H_
|
||||
#define _PROP_SOLVER_H_
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
@ -168,4 +167,3 @@ public:
|
|||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
|
|
@ -17,8 +17,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef SPACER_QE_PROJECT_H_
|
||||
#define SPACER_QE_PROJECT_H_
|
||||
#pragma once
|
||||
|
||||
#include "model/model.h"
|
||||
#include "ast/expr_map.h"
|
||||
|
@ -46,4 +45,3 @@ namespace spacer_qe {
|
|||
void array_project (model& model, app_ref_vector& arr_vars, expr_ref& fml, app_ref_vector& aux_vars, bool reduce_all_selects = false);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -17,8 +17,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SPACER_SAT_ANSWER_H_
|
||||
#define _SPACER_SAT_ANSWER_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/spacer/spacer_context.h"
|
||||
#include "ast/ast.h"
|
||||
|
@ -52,4 +51,3 @@ public:
|
|||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -17,8 +17,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef SPACER_SEM_MATCHER_H_
|
||||
#define SPACER_SEM_MATCHER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/substitution/substitution.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
|
@ -66,4 +65,3 @@ public:
|
|||
bool operator()(expr * e1, expr * e2, substitution & s, bool &pos);
|
||||
};
|
||||
}
|
||||
#endif /* SPACER_SEM_MATCHER_H_ */
|
||||
|
|
|
@ -19,8 +19,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SYM_MUX_H_
|
||||
#define _SYM_MUX_H_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
|
@ -91,4 +90,3 @@ public:
|
|||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#ifndef _SPACER_UNSAT_CORE_LEARNER_H_
|
||||
#define _SPACER_UNSAT_CORE_LEARNER_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "muz/spacer/spacer_util.h"
|
||||
|
@ -99,4 +98,3 @@ namespace spacer {
|
|||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -15,8 +15,7 @@ Revision History:
|
|||
|
||||
|
||||
--*/
|
||||
#ifndef _SPACER_UNSAT_CORE_PLUGIN_H_
|
||||
#define _SPACER_UNSAT_CORE_PLUGIN_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "util/min_cut.h"
|
||||
|
@ -102,4 +101,3 @@ namespace spacer {
|
|||
min_cut m_min_cut;
|
||||
};
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -19,8 +19,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SPACER_UTIL_H_
|
||||
#define _SPACER_UTIL_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "ast/ast_pp.h"
|
||||
|
@ -145,4 +144,3 @@ namespace spacer {
|
|||
void set_true_in_mdl(model &model, func_decl *f);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef TAB_CONTEXT_H_
|
||||
#define TAB_CONTEXT_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "util/lbool.h"
|
||||
|
@ -42,4 +41,3 @@ namespace datalog {
|
|||
};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_ARRAY_BLAST_H_
|
||||
#define DL_MK_ARRAY_BLAST_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/base/dl_rule_set.h"
|
||||
|
@ -74,5 +73,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_ARRAY_BLAST_H_ */
|
||||
|
||||
|
|
|
@ -15,8 +15,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_MK_ARRAY_EQ_REWRITE_H_
|
||||
#define DL_MK_ARRAY_EQ_REWRITE_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
|
||||
|
@ -48,4 +47,3 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_ARRAY_EQ_REWRITE_H_ */
|
||||
|
|
|
@ -66,8 +66,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_MK_ARRAY_INSTANTIATION_H_
|
||||
#define DL_MK_ARRAY_INSTANTIATION_H_
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "ast/rewriter/factor_equivs.h"
|
||||
|
@ -120,4 +119,3 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_ARRAY_INSTANTIATION_H_ */
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_BACKWARDS_H_
|
||||
#define DL_MK_BACKWARDS_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
|
||||
|
@ -34,5 +33,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_BACKWARDS_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_BIT_BLAST_H_
|
||||
#define DL_MK_BIT_BLAST_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
|
||||
|
@ -34,5 +33,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_BIT_BLAST_H_ */
|
||||
|
||||
|
|
|
@ -17,8 +17,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_COALESCE_H_
|
||||
#define DL_MK_COALESCE_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/base/dl_rule_set.h"
|
||||
|
@ -57,5 +56,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_COALESCE_H_ */
|
||||
|
||||
|
|
|
@ -17,8 +17,7 @@ Author:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_MK_COI_FILTER_H_
|
||||
#define DL_MK_COI_FILTER_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
#include "muz/base/dl_context.h"
|
||||
|
@ -46,4 +45,3 @@ namespace datalog {
|
|||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_DIFFERENT_SYMBOLIC_H_
|
||||
#define DL_MK_DIFFERENT_SYMBOLIC_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
|
||||
|
@ -34,5 +33,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_DIFFERENT_SYMBOLIC_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_FILTER_RULES_H_
|
||||
#define DL_MK_FILTER_RULES_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/map.h"
|
||||
|
||||
|
@ -83,5 +82,4 @@ namespace datalog {
|
|||
};
|
||||
|
||||
|
||||
#endif /* DL_MK_FILTER_RULES_H_ */
|
||||
|
||||
|
|
|
@ -17,8 +17,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_MK_INTERP_TAIL_SIMPLIFIER_H_
|
||||
#define DL_MK_INTERP_TAIL_SIMPLIFIER_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
|
@ -105,5 +104,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_INTERP_TAIL_SIMPLIFIER_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_KARR_INVARIANTS_H_
|
||||
#define DL_MK_KARR_INVARIANTS_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/base/dl_rule_set.h"
|
||||
|
@ -74,5 +73,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_KARR_INVARIANTS_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_LOOP_COUNTER_H_
|
||||
#define DL_MK_LOOP_COUNTER_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
|
@ -47,5 +46,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_LOOP_COUNTER_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_MAGIC_SETS_H_
|
||||
#define DL_MK_MAGIC_SETS_H_
|
||||
#pragma once
|
||||
|
||||
#include<utility>
|
||||
|
||||
|
@ -131,5 +130,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_MAGIC_SETS_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_MAGIC_SYMBOLIC_H_
|
||||
#define DL_MK_MAGIC_SYMBOLIC_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
|
||||
|
@ -36,5 +35,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_MAGIC_SYMBOLIC_H_ */
|
||||
|
||||
|
|
|
@ -22,8 +22,7 @@ Revision History:
|
|||
"On Solving Universally Quantified Horn Clauses"
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_QUANTIFIER_ABSTRACTION_H_
|
||||
#define DL_MK_QUANTIFIER_ABSTRACTION_H_
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
|
@ -60,5 +59,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_QUANTIFIER_ABSTRACTION_H_ */
|
||||
|
||||
|
|
|
@ -22,8 +22,7 @@ Revision History:
|
|||
"On Solving Universally Quantified Horn Clauses"
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_QUANTIFIER_INSTANTIATION_H_
|
||||
#define DL_MK_QUANTIFIER_INSTANTIATION_H_
|
||||
#pragma once
|
||||
|
||||
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
|
@ -70,5 +69,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_QUANTIFIER_INSTANTIATION_H_ */
|
||||
|
||||
|
|
|
@ -17,8 +17,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_MK_RULE_INLINER_H_
|
||||
#define DL_MK_RULE_INLINER_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
|
@ -203,5 +202,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_INTERP_TAIL_SIMPLIFIER_H_ */
|
||||
|
||||
|
|
|
@ -18,8 +18,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_SCALE_H_
|
||||
#define DL_MK_SCALE_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
|
@ -49,5 +48,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_SCALE_H_ */
|
||||
|
||||
|
|
|
@ -29,8 +29,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_MK_SEPARAT_NEGATED_TAILS_H_
|
||||
#define DL_MK_SEPARAT_NEGATED_TAILS_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
#include "muz/base/dl_context.h"
|
||||
|
@ -55,4 +54,3 @@ namespace datalog {
|
|||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_SLICE_H_
|
||||
#define DL_MK_SLICE_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/base/dl_rule_set.h"
|
||||
|
@ -111,5 +110,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_SLICE_H_ */
|
||||
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef DL_MK_SUBSUMPTION_CHECKER_H_
|
||||
#define DL_MK_SUBSUMPTION_CHECKER_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/base/dl_rule_transformer.h"
|
||||
|
@ -89,5 +88,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_SUBSUMPTION_CHECKER_H_ */
|
||||
|
||||
|
|
|
@ -37,8 +37,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_SYNCHRONIZE_H_
|
||||
#define DL_MK_SYNCHRONIZE_H_
|
||||
#pragma once
|
||||
|
||||
#include"muz/base/dl_context.h"
|
||||
#include"muz/base/dl_rule_set.h"
|
||||
|
@ -131,4 +130,3 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_SYNCHRONIZE_H_ */
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_UNBOUND_COMPRESSOR_H_
|
||||
#define DL_MK_UNBOUND_COMPRESSOR_H_
|
||||
#pragma once
|
||||
|
||||
#include<utility>
|
||||
|
||||
|
@ -91,5 +90,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_UNBOUND_COMPRESSOR_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef DL_MK_UNFOLD_H_
|
||||
#define DL_MK_UNFOLD_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
#include "muz/base/dl_rule_set.h"
|
||||
|
@ -49,5 +48,4 @@ namespace datalog {
|
|||
|
||||
};
|
||||
|
||||
#endif /* DL_MK_UNFOLD_H_ */
|
||||
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
Extracted from dl_context
|
||||
|
||||
--*/
|
||||
#ifndef DL_TRANSFORMS_H_
|
||||
#define DL_TRANSFORMS_H_
|
||||
#pragma once
|
||||
|
||||
#include "muz/base/dl_context.h"
|
||||
|
||||
|
@ -27,4 +26,3 @@ namespace datalog {
|
|||
void apply_default_transformation(context& ctx);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue