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.
pub unsafe extern "C" fn Z3_params_set_bool(
c: Z3_context,
p: Z3_params,
k: Z3_symbol,
v: bool,
)Add a Boolean parameter k with value v to the parameter set p.