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

Get a double-valued info value.

@param highs A pointer to the Highs instance. @param info The name of the info item. @param value A reference to a double that the result will be stored in.

@returns A kHighsStatus constant indicating whether the call succeeded.