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

Set an int-valued option.

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

@returns a kHighsStatus constant indicating whether the call succeeded