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