pub unsafe extern "C" fn SCIPsetComprInit(
scip: *mut SCIP,
compr: *mut SCIP_COMPR,
comprinit: Option<unsafe extern "C" fn(scip: *mut SCIP, compr: *mut SCIP_COMPR) -> SCIP_RETCODE>,
) -> SCIP_RETCODEExpand description
sets initialization method of tree compression