pub unsafe extern "C" fn SCIPqueueFirst(
queue: *mut SCIP_QUEUE,
) -> *mut c_voidExpand description
returns the first element of the queue without removing it, or NULL if no element exists
pub unsafe extern "C" fn SCIPqueueFirst(
queue: *mut SCIP_QUEUE,
) -> *mut c_voidreturns the first element of the queue without removing it, or NULL if no element exists