pub unsafe extern "C" fn SCIPinsertDatatreeReal(
scip: *mut SCIP,
datatree: *mut SCIP_DATATREE,
name: *const c_char,
value: f64,
) -> SCIP_RETCODEExpand description
inserts a SCIP_Real value into a SCIP_DATATREE object
pub unsafe extern "C" fn SCIPinsertDatatreeReal(
scip: *mut SCIP,
datatree: *mut SCIP_DATATREE,
name: *const c_char,
value: f64,
) -> SCIP_RETCODEinserts a SCIP_Real value into a SCIP_DATATREE object