3
0
Fork 0
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:
Nikolaj Bjorner 2015-07-08 23:18:40 -07:00
parent f145ceecb4
commit 4bc044c982
676 changed files with 1679 additions and 1619 deletions

View file

@ -17,8 +17,8 @@ Notes:
--*/
#ifndef _BCD2_H_
#define _BCD2_H_
#ifndef BCD2_H_
#define BCD2_H_
#include "maxsmt.h"

View file

@ -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"

View file

@ -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"

View file

@ -17,8 +17,8 @@ Notes:
--*/
#ifndef _HS_MAX_H_
#define _HS_MAX_H_
#ifndef HS_MAX_H_
#define HS_MAX_H_
#include "maxsmt.h"

View file

@ -17,8 +17,8 @@ Notes:
--*/
#ifndef _MAXRES_H_
#define _MAXRES_H_
#ifndef MAXRES_H_
#define MAXRES_H_
namespace opt {

View file

@ -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"

View file

@ -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"

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _MSS_H_
#define _MSS_H_
#ifndef MSS_H_
#define MSS_H_
namespace opt {
class mss {

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _MUS_H_
#define _MUS_H_
#ifndef MUS_H_
#define MUS_H_
namespace opt {
class mus {

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -16,8 +16,8 @@ Author:
Notes:
--*/
#ifndef _OPTSMT_H_
#define _OPTSMT_H_
#ifndef OPTSMT_H_
#define OPTSMT_H_
#include "opt_solver.h"

View file

@ -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"

View file

@ -17,8 +17,8 @@ Notes:
--*/
#ifndef _WMAX_H_
#define _WMAX_H_
#ifndef WMAX_H_
#define WMAX_H_
#include "maxsmt.h"