pub unsafe extern "C" fn SCIPsetNlpiPriority(
    scip: *mut SCIP,
    nlpi: *mut SCIP_NLPI,
    priority: c_int
) -> SCIP_RETCODE
Expand description

sets the priority of an NLPI