pub unsafe extern "C" fn SCIPqueueRemove(
queue: *mut SCIP_QUEUE,
) -> *mut c_voidExpand description
removes and returns the first element of the queue, or NULL if no element exists
pub unsafe extern "C" fn SCIPqueueRemove(
queue: *mut SCIP_QUEUE,
) -> *mut c_voidremoves and returns the first element of the queue, or NULL if no element exists