mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 21:38:44 +00:00
ml pre
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
815518dc02
commit
4d23f2801c
|
@ -21,6 +21,7 @@ and solver_callback = ptr
|
|||
and goal = ptr
|
||||
and tactic = ptr
|
||||
and params = ptr
|
||||
and parser_context = ptr
|
||||
and probe = ptr
|
||||
and stats = ptr
|
||||
and ast_vector = ptr
|
||||
|
|
|
@ -418,6 +418,7 @@ MK_PLUS_OBJ_NO_REF(constructor_list, 16)
|
|||
MK_PLUS_OBJ_NO_REF(rcf_num, 16)
|
||||
MK_PLUS_OBJ(params, 64)
|
||||
MK_PLUS_OBJ(param_descrs, 64)
|
||||
MK_PLUS_OBJ(parser_context, 64)
|
||||
MK_PLUS_OBJ(model, 64)
|
||||
MK_PLUS_OBJ(func_interp, 32)
|
||||
MK_PLUS_OBJ(func_entry, 32)
|
||||
|
|
Loading…
Reference in a new issue