Function z3_sys::Z3_params_set_bool
source · pub unsafe extern "C" fn Z3_params_set_bool(
c: Z3_context,
p: Z3_params,
k: Z3_symbol,
v: bool
)Expand description
Add a Boolean parameter k with value v to the parameter set p.