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