pub unsafe extern "C" fn SCIPqueueRemoveUInt(
queue: *mut SCIP_QUEUE,
) -> c_uintExpand description
removes and returns the first unsigned integer element of the queue, or UNIT_MAX if no element exists
pub unsafe extern "C" fn SCIPqueueRemoveUInt(
queue: *mut SCIP_QUEUE,
) -> c_uintremoves and returns the first unsigned integer element of the queue, or UNIT_MAX if no element exists