mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
update header guards to be C++ style. Fixes issue #9
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f145ceecb4
commit
4bc044c982
676 changed files with 1679 additions and 1619 deletions
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _AIG_H_
|
||||
#define _AIG_H_
|
||||
#ifndef AIG_H_
|
||||
#define AIG_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"tactic_exception.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _AIG_TACTIC_H_
|
||||
#define _AIG_TACTIC_H_
|
||||
#ifndef AIG_TACTIC_H_
|
||||
#define AIG_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class tactic;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _ADD_BOUNDS_H_
|
||||
#define _ADD_BOUNDS_H_
|
||||
#ifndef ADD_BOUNDS_H_
|
||||
#define ADD_BOUNDS_H_
|
||||
|
||||
#include"params.h"
|
||||
|
||||
|
|
|
@ -28,8 +28,8 @@ Notes:
|
|||
subsumption of atoms.
|
||||
|
||||
--*/
|
||||
#ifndef _ARITH_BOUNDS_TACTIC_H_
|
||||
#define _ARITH_BOUNDS_TACTIC_H_
|
||||
#ifndef ARITH_BOUNDS_TACTIC_H_
|
||||
#define ARITH_BOUNDS_TACTIC_H_
|
||||
#include "tactic.h"
|
||||
|
||||
tactic * mk_arith_bounds_tactic(ast_manager & m, params_ref const & p = params_ref());
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _BOUND_MANAGER_H_
|
||||
#define _BOUND_MANAGER_H_
|
||||
#ifndef BOUND_MANAGER_H_
|
||||
#define BOUND_MANAGER_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"arith_decl_plugin.h"
|
||||
|
|
|
@ -17,8 +17,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _BOUND_PROPAGATOR_H_
|
||||
#define _BOUND_PROPAGATOR_H_
|
||||
#ifndef BOUND_PROPAGATOR_H_
|
||||
#define BOUND_PROPAGATOR_H_
|
||||
|
||||
#include"mpq.h"
|
||||
#include"vector.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _BV2INT_REWRITER_H_
|
||||
#define _BV2INT_REWRITER_H_
|
||||
#ifndef BV2INT_REWRITER_H_
|
||||
#define BV2INT_REWRITER_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"rewriter.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _BV2REAL_REWRITER_H_
|
||||
#define _BV2REAL_REWRITER_H_
|
||||
#ifndef BV2REAL_REWRITER_H_
|
||||
#define BV2REAL_REWRITER_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"rewriter.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _CARD2BV_TACTIC_
|
||||
#define _CARD2BV_TACTIC_
|
||||
#ifndef CARD2BV_TACTIC_H_
|
||||
#define CARD2BV_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
#include"pb_decl_plugin.h"
|
||||
|
|
|
@ -19,8 +19,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DEGREE_SHIFT_TACTIC_H_
|
||||
#define _DEGREE_SHIFT_TACTIC_H_
|
||||
#ifndef DEGREE_SHIFT_TACTIC_H_
|
||||
#define DEGREE_SHIFT_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -20,8 +20,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _DIFF_NEQ_TACTIC_H_
|
||||
#define _DIFF_NEQ_TACTIC_H_
|
||||
#ifndef DIFF_NEQ_TACTIC_H_
|
||||
#define DIFF_NEQ_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _ELIM01_TACTIC_H_
|
||||
#define _ELIM01_TACTIC_H_
|
||||
#ifndef ELIM01_TACTIC_H_
|
||||
#define ELIM01_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _FACTOR_TACTIC_H_
|
||||
#define _FACTOR_TACTIC_H_
|
||||
#ifndef FACTOR_TACTIC_H_
|
||||
#define FACTOR_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -21,8 +21,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _FIX_DL_VAR_TACTIC_H_
|
||||
#define _FIX_DL_VAR_TACTIC_H_
|
||||
#ifndef FIX_DL_VAR_TACTIC_H_
|
||||
#define FIX_DL_VAR_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -21,8 +21,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _FM_TACTIC_H_
|
||||
#define _FM_TACTIC_H_
|
||||
#ifndef FM_TACTIC_H_
|
||||
#define FM_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -17,8 +17,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _LIA2CARD_TACTIC_H_
|
||||
#define _LIA2CARD_TACTIC_H_
|
||||
#ifndef LIA2CARD_TACTIC_H_
|
||||
#define LIA2CARD_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _LIA2PB_TACTIC_H_
|
||||
#define _LIA2PB_TACTIC_H_
|
||||
#ifndef LIA2PB_TACTIC_H_
|
||||
#define LIA2PB_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -18,8 +18,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _LINEAR_EQUATION_H_
|
||||
#define _LINEAR_EQUATION_H_
|
||||
#ifndef LINEAR_EQUATION_H_
|
||||
#define LINEAR_EQUATION_H_
|
||||
|
||||
#include"mpq.h"
|
||||
#include"small_object_allocator.h"
|
||||
|
|
|
@ -17,8 +17,8 @@ Notes:
|
|||
Ported to tactic framework on 2012-02-28
|
||||
|
||||
--*/
|
||||
#ifndef _NLA2BV_TACTIC_H_
|
||||
#define _NLA2BV_TACTIC_H_
|
||||
#ifndef NLA2BV_TACTIC_H_
|
||||
#define NLA2BV_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -18,8 +18,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _NORMALIZE_BOUNDS_TACTIC_H_
|
||||
#define _NORMALIZE_BOUNDS_TACTIC_H_
|
||||
#ifndef NORMALIZE_BOUNDS_TACTIC_H_
|
||||
#define NORMALIZE_BOUNDS_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _PB2BV_MODEL_CONVERTER_
|
||||
#define _PB2BV_MODEL_CONVERTER_
|
||||
#ifndef PB2BV_MODEL_CONVERTER_H_
|
||||
#define PB2BV_MODEL_CONVERTER_H_
|
||||
|
||||
#include"model_converter.h"
|
||||
#include"bound_manager.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _PB2BV_TACTIC_
|
||||
#define _PB2BV_TACTIC_
|
||||
#ifndef PB2BV_TACTIC_H_
|
||||
#define PB2BV_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _PROBE_ARITH_H_
|
||||
#define _PROBE_ARITH_H_
|
||||
#ifndef PROBE_ARITH_H_
|
||||
#define PROBE_ARITH_H_
|
||||
|
||||
class probe;
|
||||
probe * mk_arith_avg_bw_probe();
|
||||
|
|
|
@ -30,8 +30,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _PROPAGATE_INEQS_TACTIC_H_
|
||||
#define _PROPAGATE_INEQS_TACTIC_H_
|
||||
#ifndef PROPAGATE_INEQS_TACTIC_H_
|
||||
#define PROPAGATE_INEQS_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -45,8 +45,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _PURIFY_ARITH_TACTIC_H_
|
||||
#define _PURIFY_ARITH_TACTIC_H_
|
||||
#ifndef PURIFY_ARITH_TACTIC_H_
|
||||
#define PURIFY_ARITH_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -30,8 +30,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _RECOVER_01_TACTIC_H_
|
||||
#define _RECOVER_01_TACTIC_H_
|
||||
#ifndef RECOVER_01_TACTIC_H_
|
||||
#define RECOVER_01_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _BIT_BLASTER_MODEL_CONVERTER_H_
|
||||
#define _BIT_BLASTER_MODEL_CONVERTER_H_
|
||||
#ifndef BIT_BLASTER_MODEL_CONVERTER_H_
|
||||
#define BIT_BLASTER_MODEL_CONVERTER_H_
|
||||
|
||||
#include"model_converter.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _BIT_BLASTER_TACTIC_H_
|
||||
#define _BIT_BLASTER_TACTIC_H_
|
||||
#ifndef BIT_BLASTER_TACTIC_H_
|
||||
#define BIT_BLASTER_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -22,8 +22,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _BV1_BLASTER_TACTIC_H_
|
||||
#define _BV1_BLASTER_TACTIC_H_
|
||||
#ifndef BV1_BLASTER_TACTIC_H_
|
||||
#define BV1_BLASTER_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -21,8 +21,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _BV_SIZE_REDUCTION_TACTIC_H_
|
||||
#define _BV_SIZE_REDUCTION_TACTIC_H_
|
||||
#ifndef BV_SIZE_REDUCTION_TACTIC_H_
|
||||
#define BV_SIZE_REDUCTION_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -19,8 +19,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _MAX_BV_SHARING_TACTIC_H_
|
||||
#define _MAX_BV_SHARING_TACTIC_H_
|
||||
#ifndef MAX_BV_SHARING_TACTIC_H_
|
||||
#define MAX_BV_SHARING_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _CONVERTER_H_
|
||||
#define _CONVERTER_H_
|
||||
#ifndef CONVERTER_H_
|
||||
#define CONVERTER_H_
|
||||
|
||||
#include"vector.h"
|
||||
#include"ref.h"
|
||||
|
|
|
@ -20,8 +20,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _BLAST_TERM_ITE_TACTIC_H_
|
||||
#define _BLAST_TERM_ITE_TACTIC_H_
|
||||
#ifndef BLAST_TERM_ITE_TACTIC_H_
|
||||
#define BLAST_TERM_ITE_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _COFACTOR_ELIM_TERM_ITE_H_
|
||||
#define _COFACTOR_ELIM_TERM_ITE_H_
|
||||
#ifndef COFACTOR_ELIM_TERM_ITE_H_
|
||||
#define COFACTOR_ELIM_TERM_ITE_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"params.h"
|
||||
|
|
|
@ -17,8 +17,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _COFACTOR_TERM_ITE_TACTIC_H_
|
||||
#define _COFACTOR_TERM_ITE_TACTIC_H_
|
||||
#ifndef COFACTOR_TERM_ITE_TACTIC_H_
|
||||
#define COFACTOR_TERM_ITE_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _CTX_SIMPLIFY_TACTIC_H_
|
||||
#define _CTX_SIMPLIFY_TACTIC_H_
|
||||
#ifndef CTX_SIMPLIFY_TACTIC_H_
|
||||
#define CTX_SIMPLIFY_TACTIC_H_
|
||||
|
||||
#include"tactical.h"
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@ Author:
|
|||
Leonardo de Moura (leonardo) 2012-10-20
|
||||
|
||||
--*/
|
||||
#ifndef _DER_TACTIC_H_
|
||||
#define _DER_TACTIC_H_
|
||||
#ifndef DER_TACTIC_H_
|
||||
#define DER_TACTIC_H_
|
||||
|
||||
class ast_manager;
|
||||
class tactic;
|
||||
|
@ -26,4 +26,4 @@ tactic * mk_der_tactic(ast_manager & m);
|
|||
ADD_TACTIC("der", "destructive equality resolution.", "mk_der_tactic(m)")
|
||||
*/
|
||||
|
||||
#endif /* _DER_TACTIC_H_ */
|
||||
#endif /* DER_TACTIC_H_ */
|
||||
|
|
|
@ -14,8 +14,8 @@ Author:
|
|||
Leonardo de Moura (leonardo) 2012-02-18.
|
||||
|
||||
--*/
|
||||
#ifndef _DISTRIBUTE_FORALL_TACTIC_H_
|
||||
#define _DISTRIBUTE_FORALL_TACTIC_H_
|
||||
#ifndef DISTRIBUTE_FORALL_TACTIC_H_
|
||||
#define DISTRIBUTE_FORALL_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -17,8 +17,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _ELIM_TERM_ITE_TACTIC_H_
|
||||
#define _ELIM_TERM_ITE_TACTIC_H_
|
||||
#ifndef ELIM_TERM_ITE_TACTIC_H_
|
||||
#define ELIM_TERM_ITE_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _ELIM_UNCNSTR_TACTIC_H_
|
||||
#define _ELIM_UNCNSTR_TACTIC_H_
|
||||
#ifndef ELIM_UNCNSTR_TACTIC_H_
|
||||
#define ELIM_UNCNSTR_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _NNF_TACTIC_H_
|
||||
#define _NNF_TACTIC_H_
|
||||
#ifndef NNF_TACTIC_H_
|
||||
#define NNF_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -21,8 +21,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _OCCF_TACTIC_H_
|
||||
#define _OCCF_TACTIC_H_
|
||||
#ifndef OCCF_TACTIC_H_
|
||||
#define OCCF_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -17,8 +17,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _PB_PREPROCESS_TACTIC_H_
|
||||
#define _PB_PREPROCESS_TACTIC_H_
|
||||
#ifndef PB_PREPROCESS_TACTIC_H_
|
||||
#define PB_PREPROCESS_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -17,8 +17,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _PROPAGATE_VALUES_TACTIC_H_
|
||||
#define _PROPAGATE_VALUES_TACTIC_H_
|
||||
#ifndef PROPAGATE_VALUES_TACTIC_H_
|
||||
#define PROPAGATE_VALUES_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _REDUCE_ARGS_TACTIC_H_
|
||||
#define _REDUCE_ARGS_TACTIC_H_
|
||||
#ifndef REDUCE_ARGS_TACTIC_H_
|
||||
#define REDUCE_ARGS_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _SIMPLIFY_TACTIC_H_
|
||||
#define _SIMPLIFY_TACTIC_H_
|
||||
#ifndef SIMPLIFY_TACTIC_H_
|
||||
#define SIMPLIFY_TACTIC_H_
|
||||
|
||||
#include"tactic.h"
|
||||
#include"tactical.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _SOLVE_EQS_TACTIC_H_
|
||||
#define _SOLVE_EQS_TACTIC_H_
|
||||
#ifndef SOLVE_EQS_TACTIC_H_
|
||||
#define SOLVE_EQS_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -17,8 +17,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _SPLIT_CLAUSE_TACTIC_H_
|
||||
#define _SPLIT_CLAUSE_TACTIC_H_
|
||||
#ifndef SPLIT_CLAUSE_TACTIC_H_
|
||||
#define SPLIT_CLAUSE_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class tactic;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _SYMMETRY_REDUCE_TACTIC_H_
|
||||
#define _SYMMETRY_REDUCE_TACTIC_H_
|
||||
#ifndef SYMMETRY_REDUCE_TACTIC_H_
|
||||
#define SYMMETRY_REDUCE_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -17,8 +17,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _TSEITIN_CNF_TACTIC_H_
|
||||
#define _TSEITIN_CNF_TACTIC_H_
|
||||
#ifndef TSEITIN_CNF_TACTIC_H_
|
||||
#define TSEITIN_CNF_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -21,8 +21,8 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _EQUIV_PROOF_CONVERTER_H_
|
||||
#define _EQUIV_PROOF_CONVERTER_H_
|
||||
#ifndef EQUIV_PROOF_CONVERTER_H_
|
||||
#define EQUIV_PROOF_CONVERTER_H_
|
||||
|
||||
#include "replace_proof_converter.h"
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _EXTENSION_MODEL_CONVERTER_H_
|
||||
#define _EXTENSION_MODEL_CONVERTER_H_
|
||||
#ifndef EXTENSION_MODEL_CONVERTER_H_
|
||||
#define EXTENSION_MODEL_CONVERTER_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"model_converter.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _FILTER_MODEL_CONVERTER_H_
|
||||
#define _FILTER_MODEL_CONVERTER_H_
|
||||
#ifndef FILTER_MODEL_CONVERTER_H_
|
||||
#define FILTER_MODEL_CONVERTER_H_
|
||||
|
||||
#include"model_converter.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _FPA2BV_MODEL_CONVERTER_H_
|
||||
#define _FPA2BV_MODEL_CONVERTER_H_
|
||||
#ifndef FPA2BV_MODEL_CONVERTER_H_
|
||||
#define FPA2BV_MODEL_CONVERTER_H_
|
||||
|
||||
#include"fpa2bv_converter.h"
|
||||
#include"model_converter.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _FPA2BV_TACTIC_
|
||||
#define _FPA2BV_TACTIC_
|
||||
#ifndef FPA2BV_TACTIC_H_
|
||||
#define FPA2BV_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -17,8 +17,8 @@ Notes:
|
|||
|
||||
|
||||
--*/
|
||||
#ifndef _QFFP_TACTIC_H_
|
||||
#define _QFFP_TACTIC_H_
|
||||
#ifndef QFFP_TACTIC_H_
|
||||
#define QFFP_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -25,8 +25,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _GOAL_H_
|
||||
#define _GOAL_H_
|
||||
#ifndef GOAL_H_
|
||||
#define GOAL_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"ast_translation.h"
|
||||
|
|
|
@ -15,8 +15,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _GOAL_NUM_OCCURS_H_
|
||||
#define _GOAL_NUM_OCCURS_H_
|
||||
#ifndef GOAL_NUM_OCCURS_H_
|
||||
#define GOAL_NUM_OCCURS_H_
|
||||
|
||||
#include"num_occurs.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _GOAL_SHARED_OCCS_H_
|
||||
#define _GOAL_SHARED_OCCS_H_
|
||||
#ifndef GOAL_SHARED_OCCS_H_
|
||||
#define GOAL_SHARED_OCCS_H_
|
||||
|
||||
#include"goal.h"
|
||||
#include"shared_occs.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _GOAL_UTIL_H_
|
||||
#define _GOAL_UTIL_H_
|
||||
#ifndef GOAL_UTIL_H_
|
||||
#define GOAL_UTIL_H_
|
||||
|
||||
class goal;
|
||||
bool has_term_ite(goal const & g);
|
||||
|
|
|
@ -32,8 +32,8 @@ Subsumption transformation (remove Horn clause):
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _HORN_SUBSUME_MODEL_CONVERTER_H_
|
||||
#define _HORN_SUBSUME_MODEL_CONVERTER_H_
|
||||
#ifndef HORN_SUBSUME_MODEL_CONVERTER_H_
|
||||
#define HORN_SUBSUME_MODEL_CONVERTER_H_
|
||||
|
||||
#include "model_converter.h"
|
||||
#include "th_rewriter.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _MODEL_CONVERTER_H_
|
||||
#define _MODEL_CONVERTER_H_
|
||||
#ifndef MODEL_CONVERTER_H_
|
||||
#define MODEL_CONVERTER_H_
|
||||
|
||||
#include"model.h"
|
||||
#include"converter.h"
|
||||
|
|
|
@ -18,8 +18,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _NL_PURIFY_TACTIC_H_
|
||||
#define _NL_PURIFY_TACTIC_H_
|
||||
#ifndef NL_PURIFY_TACTIC_H_
|
||||
#define NL_PURIFY_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _DEFAULT_TACTIC_
|
||||
#define _DEFAULT_TACTIC_
|
||||
#ifndef DEFAULT_TACTIC_H_
|
||||
#define DEFAULT_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -17,8 +17,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _SMT_STRATEGIC_SOLVER_H_
|
||||
#define _SMT_STRATEGIC_SOLVER_H_
|
||||
#ifndef SMT_STRATEGIC_SOLVER_H_
|
||||
#define SMT_STRATEGIC_SOLVER_H_
|
||||
|
||||
class solver_factory;
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _PROBE_H_
|
||||
#define _PROBE_H_
|
||||
#ifndef PROBE_H_
|
||||
#define PROBE_H_
|
||||
|
||||
#include"goal.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _PROOF_CONVERTER_H_
|
||||
#define _PROOF_CONVERTER_H_
|
||||
#ifndef PROOF_CONVERTER_H_
|
||||
#define PROOF_CONVERTER_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"converter.h"
|
||||
|
|
|
@ -20,8 +20,8 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _REPLACE_PROOF_CONVERTER_H_
|
||||
#define _REPLACE_PROOF_CONVERTER_H_
|
||||
#ifndef REPLACE_PROOF_CONVERTER_H_
|
||||
#define REPLACE_PROOF_CONVERTER_H_
|
||||
|
||||
#include "proof_converter.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _BVSLS_OPT_ENGINE_H_
|
||||
#define _BVSLS_OPT_ENGINE_H_
|
||||
#ifndef BVSLS_OPT_ENGINE_H_
|
||||
#define BVSLS_OPT_ENGINE_H_
|
||||
|
||||
#include "sls_engine.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _SLS_ENGINE_H_
|
||||
#define _SLS_ENGINE_H_
|
||||
#ifndef SLS_ENGINE_H_
|
||||
#define SLS_ENGINE_H_
|
||||
|
||||
#include"stopwatch.h"
|
||||
#include"lbool.h"
|
||||
|
|
|
@ -17,8 +17,8 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SLS_EVALUATOR_H_
|
||||
#define _SLS_EVALUATOR_H_
|
||||
#ifndef SLS_EVALUATOR_H_
|
||||
#define SLS_EVALUATOR_H_
|
||||
|
||||
#include"model_evaluator.h"
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SLS_POWERS_H_
|
||||
#define _SLS_POWERS_H_
|
||||
#ifndef SLS_POWERS_H_
|
||||
#define SLS_POWERS_H_
|
||||
|
||||
#include"mpz.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _SLS_TACTIC_H_
|
||||
#define _SLS_TACTIC_H_
|
||||
#ifndef SLS_TACTIC_H_
|
||||
#define SLS_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -17,8 +17,8 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _SLS_TRACKER_H_
|
||||
#define _SLS_TRACKER_H_
|
||||
#ifndef SLS_TRACKER_H_
|
||||
#define SLS_TRACKER_H_
|
||||
|
||||
#include<math.h>
|
||||
#include"for_each_expr.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _NRA_TACTIC_H_
|
||||
#define _NRA_TACTIC_H_
|
||||
#ifndef NRA_TACTIC_H_
|
||||
#define NRA_TACTIC_H_
|
||||
|
||||
tactic * mk_nra_tactic(ast_manager & m, params_ref const & p = params_ref());
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _QFAUFBV_TACTIC_H_
|
||||
#define _QFAUFBV_TACTIC_H_
|
||||
#ifndef QFAUFBV_TACTIC_H_
|
||||
#define QFAUFBV_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _QFAUFLIA_TACTIC_H_
|
||||
#define _QFAUFLIA_TACTIC_H_
|
||||
#ifndef QFAUFLIA_TACTIC_H_
|
||||
#define QFAUFLIA_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _QFBV_TACTIC_
|
||||
#define _QFBV_TACTIC_
|
||||
#ifndef QFBV_TACTIC_H_
|
||||
#define QFBV_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _QFIDL_TACTIC_H_
|
||||
#define _QFIDL_TACTIC_H_
|
||||
#ifndef QFIDL_TACTIC_H_
|
||||
#define QFIDL_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _QFLIA_TACTIC_
|
||||
#define _QFLIA_TACTIC_
|
||||
#ifndef QFLIA_TACTIC_H_
|
||||
#define QFLIA_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _QFLRA_TACTIC_
|
||||
#define _QFLRA_TACTIC_
|
||||
#ifndef QFLRA_TACTIC_H_
|
||||
#define QFLRA_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _QFNIA_TACTIC_
|
||||
#define _QFNIA_TACTIC_
|
||||
#ifndef QFNIA_TACTIC_H_
|
||||
#define QFNIA_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _QFNRA_TACTIC_
|
||||
#define _QFNRA_TACTIC_
|
||||
#ifndef QFNRA_TACTIC_H_
|
||||
#define QFNRA_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -17,8 +17,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _QFUF_TACTIC_
|
||||
#define _QFUF_TACTIC_
|
||||
#ifndef QFUF_TACTIC_H_
|
||||
#define QFUF_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _QFUFBV_TACTIC_
|
||||
#define _QFUFBV_TACTIC_
|
||||
#ifndef QFUFBV_TACTIC_H_
|
||||
#define QFUFBV_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _QFUFNRA_TACTIC_
|
||||
#define _QFUFNRA_TACTIC_
|
||||
#ifndef QFUFNRA_TACTIC_H_
|
||||
#define QFUFNRA_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef _QUANT_TACTICS_H_
|
||||
#define _QUANT_TACTICS_H_
|
||||
#ifndef QUANT_TACTICS_H_
|
||||
#define QUANT_TACTICS_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -18,8 +18,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _TACTIC_H_
|
||||
#define _TACTIC_H_
|
||||
#ifndef TACTIC_H_
|
||||
#define TACTIC_H_
|
||||
|
||||
#include"goal.h"
|
||||
#include"params.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _TACTIC_EXCEPTION_H_
|
||||
#define _TACTIC_EXCEPTION_H_
|
||||
#ifndef TACTIC_EXCEPTION_H_
|
||||
#define TACTIC_EXCEPTION_H_
|
||||
|
||||
#include"z3_exception.h"
|
||||
#include"common_msgs.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _TACTICAL_H_
|
||||
#define _TACTICAL_H_
|
||||
#ifndef TACTICAL_H_
|
||||
#define TACTICAL_H_
|
||||
|
||||
#include"tactic.h"
|
||||
#include"probe.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _MACRO_FINDER_TACTIC_H_
|
||||
#define _MACRO_FINDER_TACTIC_H_
|
||||
#ifndef MACRO_FINDER_TACTIC_H_
|
||||
#define MACRO_FINDER_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _QUASI_MACROS_TACTIC_H_
|
||||
#define _QUASI_MACROS_TACTIC_H_
|
||||
#ifndef QUASI_MACROS_TACTIC_H_
|
||||
#define QUASI_MACROS_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -18,8 +18,8 @@ Revision History:
|
|||
Christoph M. Wintersteiger (cwinter) 2012-10-24: Moved from demodulator.h to ufbv_rewriter.h
|
||||
|
||||
--*/
|
||||
#ifndef _UFBV_REWRITER_H_
|
||||
#define _UFBV_REWRITER_H_
|
||||
#ifndef UFBV_REWRITER_H_
|
||||
#define UFBV_REWRITER_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"substitution.h"
|
||||
|
@ -263,5 +263,5 @@ public:
|
|||
*/
|
||||
};
|
||||
|
||||
#endif /* _UFBV_REWRITER_H_ */
|
||||
#endif /* UFBV_REWRITER_H_ */
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _UFBV_REWRITER_TACTIC_H_
|
||||
#define _UFBV_REWRITER_TACTIC_H_
|
||||
#ifndef UFBV_REWRITER_TACTIC_H_
|
||||
#define UFBV_REWRITER_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _UFBV_TACTIC_H_
|
||||
#define _UFBV_TACTIC_H_
|
||||
#ifndef UFBV_TACTIC_H_
|
||||
#define UFBV_TACTIC_H_
|
||||
|
||||
#include"params.h"
|
||||
class ast_manager;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue