Function z3_sys::Z3_mk_params
[−]
[src]
pub unsafe extern "C" fn Z3_mk_params(c: Z3_context) -> Z3_params
Create a Z3 (empty) parameter set. Starting at Z3 4.0, parameter sets are used to configure many components such as: simplifiers, tactics, solvers, etc.
NOTE: Reference counting must be used to manage parameter
sets, even when the Z3_context was created using
Z3_mk_context instead of
Z3_mk_context_rc.