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

Get a string-valued option.

@param highs A pointer to the Highs instance. @param option The name of the option. @param value A pointer to allocated memory (of at least kMaximumStringLength) to store the current value of the option.

@returns A kHighsStatus constant indicating whether the call succeeded.