mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +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
|
@ -17,8 +17,8 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _BCD2_H_
|
||||
#define _BCD2_H_
|
||||
#ifndef BCD2_H_
|
||||
#define BCD2_H_
|
||||
|
||||
#include "maxsmt.h"
|
||||
|
||||
|
|
|
@ -21,8 +21,8 @@ Notes:
|
|||
that are still consistent with the solver state.
|
||||
|
||||
--*/
|
||||
#ifndef _OPT_FU_MALIK_H_
|
||||
#define _OPT_FU_MALIK_H_
|
||||
#ifndef OPT_FU_MALIK_H_
|
||||
#define OPT_FU_MALIK_H_
|
||||
|
||||
#include "opt_solver.h"
|
||||
#include "maxsmt.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _HITTING_SETS_H_
|
||||
#define _HITTING_SETS_H_
|
||||
#ifndef HITTING_SETS_H_
|
||||
#define HITTING_SETS_H_
|
||||
|
||||
#include "rational.h"
|
||||
#include "statistics.h"
|
||||
|
|
|
@ -17,8 +17,8 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _HS_MAX_H_
|
||||
#define _HS_MAX_H_
|
||||
#ifndef HS_MAX_H_
|
||||
#define HS_MAX_H_
|
||||
|
||||
#include "maxsmt.h"
|
||||
|
||||
|
|
|
@ -17,8 +17,8 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _MAXRES_H_
|
||||
#define _MAXRES_H_
|
||||
#ifndef MAXRES_H_
|
||||
#define MAXRES_H_
|
||||
|
||||
namespace opt {
|
||||
|
||||
|
|
|
@ -19,8 +19,8 @@ Notes:
|
|||
local maximum given a resource bound and returns.
|
||||
|
||||
--*/
|
||||
#ifndef _OPT_SLS_MAX_SAT_H_
|
||||
#define _OPT_SLS_MAX_SAT_H_
|
||||
#ifndef OPT_SLS_MAX_SAT_H_
|
||||
#define OPT_SLS_MAX_SAT_H_
|
||||
|
||||
#include "maxsmt.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _OPT_MAXSMT_H_
|
||||
#define _OPT_MAXSMT_H_
|
||||
#ifndef OPT_MAXSMT_H_
|
||||
#define OPT_MAXSMT_H_
|
||||
|
||||
#include"ast.h"
|
||||
#include"params.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _MSS_H_
|
||||
#define _MSS_H_
|
||||
#ifndef MSS_H_
|
||||
#define MSS_H_
|
||||
|
||||
namespace opt {
|
||||
class mss {
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _MUS_H_
|
||||
#define _MUS_H_
|
||||
#ifndef MUS_H_
|
||||
#define MUS_H_
|
||||
|
||||
namespace opt {
|
||||
class mus {
|
||||
|
|
|
@ -15,8 +15,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _OPT_CMDS_H_
|
||||
#define _OPT_CMDS_H_
|
||||
#ifndef OPT_CMDS_H_
|
||||
#define OPT_CMDS_H_
|
||||
|
||||
#include "ast.h"
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _OPT_CONTEXT_H_
|
||||
#define _OPT_CONTEXT_H_
|
||||
#ifndef OPT_CONTEXT_H_
|
||||
#define OPT_CONTEXT_H_
|
||||
|
||||
#include "ast.h"
|
||||
#include "opt_solver.h"
|
||||
|
|
|
@ -17,8 +17,8 @@ Notes:
|
|||
|
||||
|
||||
--*/
|
||||
#ifndef _OPT_PARETO_H_
|
||||
#define _OPT_PARETO_H_
|
||||
#ifndef OPT_PARETO_H_
|
||||
#define OPT_PARETO_H_
|
||||
|
||||
#include "solver.h"
|
||||
#include "model.h"
|
||||
|
|
|
@ -17,8 +17,8 @@ Notes:
|
|||
|
||||
|
||||
--*/
|
||||
#ifndef _OPT_SLS_SOLVER_H_
|
||||
#define _OPT_SLS_SOLVER_H_
|
||||
#ifndef OPT_SLS_SOLVER_H_
|
||||
#define OPT_SLS_SOLVER_H_
|
||||
|
||||
#include "solver_na2as.h"
|
||||
#include "card2bv_tactic.h"
|
||||
|
|
|
@ -18,8 +18,8 @@ Notes:
|
|||
Based directly on smt_solver.
|
||||
|
||||
--*/
|
||||
#ifndef _OPT_SOLVER_H_
|
||||
#define _OPT_SOLVER_H_
|
||||
#ifndef OPT_SOLVER_H_
|
||||
#define OPT_SOLVER_H_
|
||||
|
||||
#include"inf_rational.h"
|
||||
#include"inf_eps_rational.h"
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _OPTSMT_H_
|
||||
#define _OPTSMT_H_
|
||||
#ifndef OPTSMT_H_
|
||||
#define OPTSMT_H_
|
||||
|
||||
#include "opt_solver.h"
|
||||
|
||||
|
|
|
@ -16,8 +16,8 @@ Author:
|
|||
Notes:
|
||||
|
||||
--*/
|
||||
#ifndef _PB_SLS_H_
|
||||
#define _PB_SLS_H_
|
||||
#ifndef PB_SLS_H_
|
||||
#define PB_SLS_H_
|
||||
|
||||
#include "pb_decl_plugin.h"
|
||||
#include "model.h"
|
||||
|
|
|
@ -17,8 +17,8 @@ Notes:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _WMAX_H_
|
||||
#define _WMAX_H_
|
||||
#ifndef WMAX_H_
|
||||
#define WMAX_H_
|
||||
|
||||
#include "maxsmt.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue