3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +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

@ -17,8 +17,7 @@ Notes:
--*/
#ifndef MAXLEX_H_
#define MAXLEX_H_
#pragma once
namespace opt {
@ -29,4 +28,3 @@ namespace opt {
};
#endif

View file

@ -17,8 +17,7 @@ Notes:
--*/
#ifndef MAXRES_H_
#define MAXRES_H_
#pragma once
namespace opt {
@ -28,4 +27,3 @@ namespace opt {
};
#endif

View file

@ -16,8 +16,7 @@ Author:
Notes:
--*/
#ifndef OPT_MAXSMT_H_
#define OPT_MAXSMT_H_
#pragma once
#include "ast/ast.h"
#include "util/params.h"
@ -207,4 +206,3 @@ namespace opt {
};
#endif

View file

@ -15,8 +15,7 @@ Author:
Notes:
--*/
#ifndef OPT_CMDS_H_
#define OPT_CMDS_H_
#pragma once
#include "ast/ast.h"
#include "opt/opt_context.h"
@ -26,4 +25,3 @@ class cmd_context;
void install_opt_cmds(cmd_context & ctx, opt::context* opt = nullptr);
#endif

View file

@ -15,8 +15,7 @@ Author:
Notes:
--*/
#ifndef OPT_CONTEXT_H_
#define OPT_CONTEXT_H_
#pragma once
#include "ast/ast.h"
#include "ast/arith_decl_plugin.h"
@ -329,4 +328,3 @@ namespace opt {
}
#endif

View file

@ -17,8 +17,7 @@ Notes:
--*/
#ifndef OPT_PARETO_H_
#define OPT_PARETO_H_
#pragma once
#include "solver/solver.h"
#include "model/model.h"
@ -107,4 +106,3 @@ namespace opt {
};
}
#endif

View file

@ -16,8 +16,7 @@ Author:
Revision History:
--*/
#ifndef OPT_PARSE_H_
#define OPT_PARSE_H_
#pragma once
void parse_wcnf(opt::context& opt, std::istream& is, unsigned_vector& h);
@ -25,6 +24,5 @@ void parse_opb(opt::context& opt, std::istream& is, unsigned_vector& h);
void parse_lp(opt::context& opt, std::istream& is, unsigned_vector& h);
#endif /* OPT_PARSE_H_ */

View file

@ -17,8 +17,7 @@ Notes:
--*/
#ifndef OPT_SLS_SOLVER_H_
#define OPT_SLS_SOLVER_H_
#pragma once
#include "solver/solver_na2as.h"
#include "tactic/arith/card2bv_tactic.h"
@ -232,4 +231,3 @@ namespace opt {
};
}
#endif

View file

@ -18,8 +18,7 @@ Notes:
Based directly on smt_solver.
--*/
#ifndef OPT_SOLVER_H_
#define OPT_SOLVER_H_
#pragma once
#include "util/inf_rational.h"
#include "util/inf_eps_rational.h"
@ -151,4 +150,3 @@ namespace opt {
};
}
#endif

View file

@ -16,8 +16,7 @@ Author:
Notes:
--*/
#ifndef OPTSMT_H_
#define OPTSMT_H_
#pragma once
#include "opt/opt_solver.h"
@ -97,4 +96,3 @@ namespace opt {
};
#endif

View file

@ -16,8 +16,7 @@ Author:
Notes:
--*/
#ifndef PB_SLS_H_
#define PB_SLS_H_
#pragma once
#include "ast/pb_decl_plugin.h"
#include "model/model.h"
@ -47,4 +46,3 @@ namespace smt {
};
#endif

View file

@ -17,8 +17,7 @@ Notes:
--*/
#ifndef WMAX_H_
#define WMAX_H_
#pragma once
#include "opt/maxsmt.h"
@ -28,4 +27,3 @@ namespace opt {
maxsmt_solver_base* mk_sortmax(maxsat_context& c, weights_t & ws, expr_ref_vector const& soft);
}
#endif