mirror of
https://github.com/Z3Prover/z3
synced 2025-06-20 21:03:39 +00:00
update ml api
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
162fa3dc96
commit
17bae9b4c1
2 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,7 @@ and solver = ptr
|
||||||
and solver_callback = ptr
|
and solver_callback = ptr
|
||||||
and goal = ptr
|
and goal = ptr
|
||||||
and tactic = ptr
|
and tactic = ptr
|
||||||
|
and simplifier = ptr
|
||||||
and params = ptr
|
and params = ptr
|
||||||
and parser_context = ptr
|
and parser_context = ptr
|
||||||
and probe = ptr
|
and probe = ptr
|
||||||
|
|
|
@ -424,6 +424,7 @@ MK_PLUS_OBJ(func_interp, 32)
|
||||||
MK_PLUS_OBJ(func_entry, 32)
|
MK_PLUS_OBJ(func_entry, 32)
|
||||||
MK_PLUS_OBJ(goal, 64)
|
MK_PLUS_OBJ(goal, 64)
|
||||||
MK_PLUS_OBJ(tactic, 64)
|
MK_PLUS_OBJ(tactic, 64)
|
||||||
|
MK_PLUS_OBJ(simplifier, 64)
|
||||||
MK_PLUS_OBJ(probe, 64)
|
MK_PLUS_OBJ(probe, 64)
|
||||||
MK_PLUS_OBJ(apply_result, 32)
|
MK_PLUS_OBJ(apply_result, 32)
|
||||||
MK_PLUS_OBJ(solver, 20 * 1000)
|
MK_PLUS_OBJ(solver, 20 * 1000)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue