mirror of
https://github.com/Z3Prover/z3
synced 2025-06-24 23:03:41 +00:00
avoid repeated internalization of lambda #4169
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7ae20476c2
commit
799b6131f2
8 changed files with 88 additions and 31 deletions
|
@ -20,6 +20,7 @@
|
|||
#include "smt/smt_types.h"
|
||||
#include "ast/rewriter/value_sweep.h"
|
||||
#include "ast/datatype_decl_plugin.h"
|
||||
#include "ast/arith_decl_plugin.h"
|
||||
|
||||
namespace smt {
|
||||
|
||||
|
@ -52,6 +53,7 @@ namespace smt {
|
|||
ast_manager& m;
|
||||
value_sweep& vs;
|
||||
datatype::util m_dt;
|
||||
arith_util m_a;
|
||||
obj_map<sort, func_decl*> m_sort2skolem;
|
||||
ast_ref_vector m_pinned;
|
||||
unsigned m_num_lemmas;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue