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

Set a boolean-valued option.

@param highs A pointer to the Highs instance. @param option The name of the option. @param value The new value of the option.

@returns A kHighsStatus constant indicating whether the call succeeded.