SCIPnodeselSetFree

Function SCIPnodeselSetFree 

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

sets destructor method of node selector