pub unsafe extern "C" fn SCIPcutselSetData(
cutsel: *mut SCIP_CUTSEL,
cutseldata: *mut SCIP_CUTSELDATA,
)Expand description
sets user data of cut selector; user has to free old data in advance!
pub unsafe extern "C" fn SCIPcutselSetData(
cutsel: *mut SCIP_CUTSEL,
cutseldata: *mut SCIP_CUTSELDATA,
)sets user data of cut selector; user has to free old data in advance!