pub unsafe extern "C" fn SCIPtableSetData(
table: *mut SCIP_TABLE,
tabledata: *mut SCIP_TABLEDATA,
)Expand description
sets user data of statistics table; user has to free old data in advance!
pub unsafe extern "C" fn SCIPtableSetData(
table: *mut SCIP_TABLE,
tabledata: *mut SCIP_TABLEDATA,
)sets user data of statistics table; user has to free old data in advance!