pub unsafe extern "C" fn Highs_getOptionType(
    highs: *const c_void,
    option: *const c_char,
    type_: *mut HighsInt
) -> HighsInt
Expand 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 int in which the corresponding kHighsOptionType constant is stored

@returns a kHighsStatus constant indicating whether the call succeeded