pub unsafe extern "C" fn SCIPnodeselSetCopy(
nodesel: *mut SCIP_NODESEL,
nodeselcopy: Option<unsafe extern "C" fn(scip: *mut SCIP, nodesel: *mut SCIP_NODESEL) -> SCIP_RETCODE>,
)Expand description
sets copy method of node selector
pub unsafe extern "C" fn SCIPnodeselSetCopy(
nodesel: *mut SCIP_NODESEL,
nodeselcopy: Option<unsafe extern "C" fn(scip: *mut SCIP, nodesel: *mut SCIP_NODESEL) -> SCIP_RETCODE>,
)sets copy method of node selector