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:
parent
9556a223f3
commit
7c4bd23b3d
2 changed files with 17 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue