SCIPeventhdlrSetData

Function SCIPeventhdlrSetData 

Source
pub unsafe extern "C" fn SCIPeventhdlrSetData(
    eventhdlr: *mut SCIP_EVENTHDLR,
    eventhdlrdata: *mut SCIP_EVENTHDLRDATA,
)
Expand description

sets user data of event handler; user has to free old data in advance!