pub unsafe extern "C" fn Highs_getOptionType(
highs: *const c_void,
option: *const c_char,
type_: *mut HighsInt,
) -> HighsIntExpand description
Get the type expected by an option.
@param highs A pointer to the Highs instance.
@param option The name of the option.
@param type An int in which the corresponding kHighsOptionType
constant should be placed.
@returns A kHighsStatus constant indicating whether the call succeeded.