pub unsafe extern "C" fn SCIPsetNodeselStdPriority(
    scip: *mut SCIP,
    nodesel: *mut SCIP_NODESEL,
    priority: c_int
) -> SCIP_RETCODE
Expand description

sets the priority of a node selector in standard mode