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