| 
 | 
 | ||||||||||||||||
Tentative nodes in a priority queue.
| bool  add (typename Node<A>::NodeRef n, int weight) | add | 
Add or Update the weight of a node.
Returns: true if the weight was used.
| typename Node<A>::NodeRef  pop () | pop | 
Pop the node with lowest weight.
| bool  empty () | empty |