pub unsafe extern "C" fn SCIPpricerSetData(
pricer: *mut SCIP_PRICER,
pricerdata: *mut SCIP_PRICERDATA,
)Expand description
sets user data of variable pricer; user has to free old data in advance!
pub unsafe extern "C" fn SCIPpricerSetData(
pricer: *mut SCIP_PRICER,
pricerdata: *mut SCIP_PRICERDATA,
)sets user data of variable pricer; user has to free old data in advance!