Function scip_sys::SCIPpqueueFind

source ·
pub unsafe extern "C" fn SCIPpqueueFind(
    pqueue: *mut SCIP_PQUEUE,
    elem: *mut c_void
) -> c_int
Expand description

return the position of @p elem in the priority queue, or -1 if element is not found