/** Pop the node with the lowest F score from the heap */ public PathNode PopNode() { return(heap.Remove()); }