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

Get an int-valued option.

@param highs a pointer to the Highs instance @param option the name of the option @param value storage for the value of the option

@returns a kHighsStatus constant indicating whether the call succeeded