mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55: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
|
@ -17,8 +17,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef NLARITH_UTIL_H_
|
||||
#define NLARITH_UTIL_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "util/lbool.h"
|
||||
|
@ -148,4 +147,3 @@ namespace nlarith {
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef QE_NLQSAT_H__
|
||||
#define QE_NLQSAT_H__
|
||||
#pragma once
|
||||
|
||||
#include "tactic/tactic.h"
|
||||
|
||||
|
@ -35,4 +34,3 @@ tactic * mk_nlqe_tactic(ast_manager & m, params_ref const& p = params_ref());
|
|||
|
||||
// TBD_TACTIC("nlqe", "apply a NL-QE solver.", "mk_nlqe_tactic(m, p)")
|
||||
|
||||
#endif
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef QE_H_
|
||||
#define QE_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "smt/params/smt_params.h"
|
||||
|
@ -372,5 +371,4 @@ namespace qe {
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -5,8 +5,7 @@ Copyright (c) 2015 Microsoft Corporation
|
|||
--*/
|
||||
|
||||
|
||||
#ifndef QE_ARITH_H_
|
||||
#define QE_ARITH_H_
|
||||
#pragma once
|
||||
|
||||
#include "model/model.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
|
@ -47,4 +46,3 @@ namespace qe {
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
--*/
|
||||
|
||||
|
||||
#ifndef __QE_ARRAYS_H_
|
||||
#define __QE_ARRAYS_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/array_decl_plugin.h"
|
||||
#include "qe/qe_mbp.h"
|
||||
|
@ -43,4 +42,3 @@ namespace qe {
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -15,11 +15,9 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef QE_CMD_H_
|
||||
#define QE_CMD_H_
|
||||
#pragma once
|
||||
|
||||
class cmd_context;
|
||||
|
||||
void install_qe_cmd(cmd_context & ctx, char const * cmd_name = "elim-quantifiers");
|
||||
|
||||
#endif
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
--*/
|
||||
|
||||
|
||||
#ifndef __QE_DATATYPES_H_
|
||||
#define __QE_DATATYPES_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/datatype_decl_plugin.h"
|
||||
#include "qe/qe_mbp.h"
|
||||
|
@ -42,4 +41,3 @@ namespace qe {
|
|||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef __QE_MBP_H__
|
||||
#define __QE_MBP_H__
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "util/params.h"
|
||||
|
@ -119,4 +118,3 @@ namespace qe {
|
|||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef QE_TACTIC_H_
|
||||
#define QE_TACTIC_H_
|
||||
#pragma once
|
||||
|
||||
#include "util/params.h"
|
||||
class ast_manager;
|
||||
|
@ -27,4 +26,3 @@ tactic * mk_qe_tactic(ast_manager & m, params_ref const & p = params_ref());
|
|||
/*
|
||||
ADD_TACTIC("qe", "apply quantifier elimination.", "mk_qe_tactic(m, p)")
|
||||
*/
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef QE_TERM_GRAPH_H__
|
||||
#define QE_TERM_GRAPH_H__
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "util/plugin_manager.h"
|
||||
|
@ -155,4 +154,3 @@ namespace qe {
|
|||
};
|
||||
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -16,8 +16,7 @@ Author:
|
|||
Revision History:
|
||||
|
||||
--*/
|
||||
#ifndef QE_VARTEST_H_
|
||||
#define QE_VARTEST_H_
|
||||
#pragma once
|
||||
|
||||
#include "ast/ast.h"
|
||||
#include "util/uint_set.h"
|
||||
|
@ -61,4 +60,3 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
@ -18,8 +18,7 @@ Revision History:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef QE_QSAT_H__
|
||||
#define QE_QSAT_H__
|
||||
#pragma once
|
||||
|
||||
#include "tactic/tactic.h"
|
||||
#include "tactic/generic_model_converter.h"
|
||||
|
@ -148,4 +147,3 @@ tactic * mk_qe_rec_tactic(ast_manager & m, params_ref const& p = params_ref());
|
|||
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue