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 The location in which the current value of the option should be placed.

@returns A kHighsStatus constant indicating whether the call succeeded.