specless.automaton.utils.MinHeap
- class specless.automaton.utils.MinHeap[source]
Bases:
object
A nice class-based interface to the heapq library.
Methods
Pops the smallest element from the heap.
Pushes an element onto the heap.
Bases: object
A nice class-based interface to the heapq library.
Methods
Pops the smallest element from the heap. |
|
Pushes an element onto the heap. |