SCIPfindNodesel

Function SCIPfindNodesel 

Source
pub unsafe extern "C" fn SCIPfindNodesel(
    scip: *mut SCIP,
    name: *const c_char,
) -> *mut SCIP_NODESEL
Expand description

returns the node selector of the given name, or NULL if not existing