pub unsafe extern "C" fn SCIPnodeselSetExitsol(
nodesel: *mut SCIP_NODESEL,
nodeselexitsol: Option<unsafe extern "C" fn(scip: *mut SCIP, nodesel: *mut SCIP_NODESEL) -> SCIP_RETCODE>,
)Expand description
sets solving process deinitialization method of node selector