pub unsafe extern "C" fn Z3_simplify_ex(
c: Z3_context,
a: Z3_ast,
p: Z3_params,
) -> Z3_astExpand description
Interface to simplifier.
Provides an interface to the AST simplifier used by Z3.
This procedure is similar to Z3_simplify,
but the behavior of the simplifier can be configured using the
given parameter set.