AltErgoLib.IheapSourceInteger heaps
This modules define priority heaps over integers.
The type of heaps.
Decrease activity of the given integer. TODO: document the comparison function !
Increase activity of the given integer. TODO: document the comparison function !
Inset a new element in the heap. TODO: document comparison function.
Grow the size of the heap by multiplying it by 2 until it is at least the size specified.
Remove the minimum element from the heap and return it.