Function z3_sys::Z3_simplify_ex

source ·
pub unsafe extern "C" fn Z3_simplify_ex(
    c: Z3_context,
    a: Z3_ast,
    p: Z3_params
) -> Z3_ast
Expand 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.

See also: