Function BinaryHeap.SetH
SetH
(int heapIndex, uint h)
Replaces the H score of a node in the heap.
Public
void SetH (
int | heapIndex | |
uint | h |
Replaces the H score of a node in the heap.
Warning
Assumes that ties are broken by H scores.