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 pointer to allocated memory to store the value of the option

@returns a kHighsStatus constant indicating whether the call succeeded