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
d51d518f96
commit
63c0f35978
|
@ -1750,7 +1750,7 @@ struct
|
|||
let f i = Z3native.get_simplifier_name ctx i in
|
||||
mk_list f n
|
||||
|
||||
let get_simplifier_description (ctx:context) (s:string) = Z3native.simplifier_get_descr
|
||||
let get_simplifier_description = Z3native.simplifier_get_descr
|
||||
|
||||
let mk_simplifier = Z3native.mk_simplifier
|
||||
|
||||
|
|
Loading…
Reference in a new issue