pub unsafe extern "C" fn SCIPrelaxSetData(
relax: *mut SCIP_RELAX,
relaxdata: *mut SCIP_RELAXDATA,
)Expand description
sets user data of relaxation handler; user has to free old data in advance!
pub unsafe extern "C" fn SCIPrelaxSetData(
relax: *mut SCIP_RELAX,
relaxdata: *mut SCIP_RELAXDATA,
)sets user data of relaxation handler; user has to free old data in advance!