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

Get an int-valued info value.

@param highs a pointer to the Highs instance @param info the name of the info item @param value a reference to an integer that the result will be stored in

@returns a kHighsStatus constant indicating whether the call succeeded