pub unsafe extern "C" fn Highs_getInfoType(
    highs: *const c_void,
    info: *const c_char,
    type_: *mut HighsInt
) -> HighsInt
Expand description

Get the type expected by an info item.

@param highs A pointer to the Highs instance. @param info The name of the info item. @param type An int in which the corresponding kHighsOptionType constant is stored.

@returns A kHighsStatus constant indicating whether the call succeeded.