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