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.