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
9a94a9aa6f
commit
1289937d1a
|
@ -3112,9 +3112,6 @@ sig
|
|||
(** Retrieves parameter descriptions for Simplifiers. *)
|
||||
val get_param_descrs : simplifier -> Params.ParamDescrs.param_descrs
|
||||
|
||||
(** Apply the simplifier to the goal. *)
|
||||
val apply : simplifier -> Goal.goal -> Params.params option -> ApplyResult.apply_result
|
||||
|
||||
(** The number of supported simplifiers. *)
|
||||
val get_num_simplifiers : context -> int
|
||||
|
||||
|
|
Loading…
Reference in a new issue