SCIPnodeselSetExit

Function SCIPnodeselSetExit 

Source
pub unsafe extern "C" fn SCIPnodeselSetExit(
    nodesel: *mut SCIP_NODESEL,
    nodeselexit: Option<unsafe extern "C" fn(scip: *mut SCIP, nodesel: *mut SCIP_NODESEL) -> SCIP_RETCODE>,
)
Expand description

sets deinitialization method of node selector