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

Get a double-valued option.

@param highs A pointer to the Highs instance. @param option The name of the option. @param value The location in which the current value of the option should be placed.

@returns A kHighsStatus constant indicating whether the call succeeded.