3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-27 08:28:44 +00:00

check types

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2014-03-22 01:07:38 -07:00
parent 9556a223f3
commit 7c4bd23b3d
2 changed files with 17 additions and 20 deletions

View file

@ -31,6 +31,8 @@ Notes:
#include "maxsmt.h"
#include "model_converter.h"
#include "tactic.h"
#include "arith_decl_plugin.h"
namespace opt {
@ -78,6 +80,7 @@ namespace opt {
{}
};
ast_manager& m;
arith_util arith;
expr_ref_vector m_hard_constraints;
ref<opt_solver> m_solver;
params_ref m_params;