3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-07-04 15:56:30 -07:00
parent 10d0404175
commit d0e20e44ff
714 changed files with 714 additions and 2142 deletions

View file

@ -16,8 +16,7 @@ Author:
Revision History:
--*/
#ifndef DYN_ACK_PARAMS_H_
#define DYN_ACK_PARAMS_H_
#pragma once
#include "util/params.h"
@ -52,5 +51,4 @@ public:
};
#endif /* DYN_ACK_PARAMS_H_ */

View file

@ -16,8 +16,7 @@ Author:
Revision History:
--*/
#ifndef PREPROCESSOR_PARAMS_H_
#define PREPROCESSOR_PARAMS_H_
#pragma once
#include "ast/pattern/pattern_inference_params.h"
#include "ast/rewriter/bit_blaster/bit_blaster_params.h"
@ -79,4 +78,3 @@ public:
void display(std::ostream & out) const;
};
#endif /* PREPROCESSOR_PARAMS_H_ */

View file

@ -16,8 +16,7 @@ Author:
Revision History:
--*/
#ifndef QI_PARAMS_H_
#define QI_PARAMS_H_
#pragma once
#include "util/util.h"
#include "util/params.h"
@ -108,5 +107,4 @@ struct qi_params {
void display(std::ostream & out) const;
};
#endif /* QI_PARAMS_H_ */

View file

@ -16,8 +16,7 @@ Author:
Revision History:
--*/
#ifndef SMT_PARAMS_H_
#define SMT_PARAMS_H_
#pragma once
#include "ast/ast.h"
#include "smt/params/dyn_ack_params.h"
@ -320,5 +319,4 @@ struct smt_params : public preprocessor_params,
void display(std::ostream & out) const;
};
#endif /* SMT_PARAMS_H_ */

View file

@ -16,8 +16,7 @@ Author:
Revision History:
--*/
#ifndef THEORY_ARITH_PARAMS_H_
#define THEORY_ARITH_PARAMS_H_
#pragma once
#include<climits>
#include "util/params.h"
@ -165,5 +164,4 @@ struct theory_arith_params {
void display(std::ostream & out) const;
};
#endif /* THEORY_ARITH_PARAMS_H_ */

View file

@ -16,8 +16,7 @@ Author:
Revision History:
--*/
#ifndef THEORY_ARRAY_PARAMS_H_
#define THEORY_ARRAY_PARAMS_H_
#pragma once
#include "util/params.h"
@ -81,5 +80,4 @@ struct theory_array_params {
};
#endif /* THEORY_ARRAY_PARAMS_H_ */

View file

@ -16,8 +16,7 @@ Author:
Revision History:
--*/
#ifndef THEORY_BV_PARAMS_H_
#define THEORY_BV_PARAMS_H_
#pragma once
#include "util/params.h"
@ -50,5 +49,4 @@ struct theory_bv_params {
void display(std::ostream & out) const;
};
#endif /* THEORY_BV_PARAMS_H_ */

View file

@ -16,8 +16,7 @@ Author:
Revision History:
--*/
#ifndef THEORY_DATATYPE_PARAMS_H_
#define THEORY_DATATYPE_PARAMS_H_
#pragma once
#include "smt/params/smt_params_helper.hpp"
@ -37,5 +36,4 @@ struct theory_datatype_params {
};
#endif /* THEORY_DATATYPE_PARAMS_H_ */

View file

@ -16,8 +16,7 @@ Author:
Revision History:
--*/
#ifndef THEORY_PB_PARAMS_H_
#define THEORY_PB_PARAMS_H_
#pragma once
#include "util/params.h"
@ -35,5 +34,4 @@ struct theory_pb_params {
void display(std::ostream & out) const;
};
#endif /* THEORY_PB_PARAMS_H_ */

View file

@ -14,8 +14,7 @@ Revision History:
--*/
#ifndef THEORY_SEQ_PARAMS_H
#define THEORY_SEQ_PARAMS_H
#pragma once
#include "util/params.h"
@ -41,4 +40,3 @@ struct theory_seq_params {
void updt_params(params_ref const & p);
};
#endif /* THEORY_SEQ_PARAMS_H */

View file

@ -15,8 +15,7 @@ Revision History:
--*/
#ifndef THEORY_STR_PARAMS_H
#define THEORY_STR_PARAMS_H
#pragma once
#include "util/params.h"
@ -137,4 +136,3 @@ struct theory_str_params {
void display(std::ostream & out) const;
};
#endif /* THEORY_STR_PARAMS_H */