mirror of
https://github.com/Z3Prover/z3
synced 2025-04-15 13:28:47 +00:00
update ml api
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
162fa3dc96
commit
17bae9b4c1
|
@ -20,6 +20,7 @@ and solver = ptr
|
|||
and solver_callback = ptr
|
||||
and goal = ptr
|
||||
and tactic = ptr
|
||||
and simplifier = ptr
|
||||
and params = ptr
|
||||
and parser_context = ptr
|
||||
and probe = ptr
|
||||
|
|
|
@ -424,6 +424,7 @@ MK_PLUS_OBJ(func_interp, 32)
|
|||
MK_PLUS_OBJ(func_entry, 32)
|
||||
MK_PLUS_OBJ(goal, 64)
|
||||
MK_PLUS_OBJ(tactic, 64)
|
||||
MK_PLUS_OBJ(simplifier, 64)
|
||||
MK_PLUS_OBJ(probe, 64)
|
||||
MK_PLUS_OBJ(apply_result, 32)
|
||||
MK_PLUS_OBJ(solver, 20 * 1000)
|
||||
|
|
Loading…
Reference in a new issue