Function scip_sys::SCIPparseReal

source ·
pub unsafe extern "C" fn SCIPparseReal(
    scip: *mut SCIP,
    str_: *const c_char,
    value: *mut f64,
    endptr: *mut *mut c_char
) -> c_uint
Expand description

parse a real value that was written with SCIPprintReal()