pub unsafe extern "C" fn Z3_optimize_get_param_descrs(
    c: Z3_context,
    o: Z3_optimize
) -> Z3_param_descrs
Expand description

Return the parameter description set for the given optimize object.

  • c: - context
  • o: - optimization context

See also: