pub unsafe extern "C" fn SCIPdatatreeGetReal(
datatree: *mut SCIP_DATATREE,
name: *const c_char,
value: *mut f64,
) -> SCIP_RETCODEExpand description
gets a SCIP_Real value from a SCIP_DATATREE object
pub unsafe extern "C" fn SCIPdatatreeGetReal(
datatree: *mut SCIP_DATATREE,
name: *const c_char,
value: *mut f64,
) -> SCIP_RETCODEgets a SCIP_Real value from a SCIP_DATATREE object