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

Get the current and default values of a string option

@param highs A pointer to the Highs instance. @param current_value A pointer to the current value of the option. @param default_value A pointer to the default value of the option.

@returns A kHighsStatus constant indicating whether the call succeeded.