|
PHeap_Node Struct Reference Detailed DescriptionPairing heap node Definition at line 73 of file misc_stp.h.
Field Documentation
pointer to child node Definition at line 77 of file misc_stp.h. Referenced by pairheapRec(), SCIPpairheapAddtoheap(), SCIPpairheapDeletemin(), SCIPpairheapInsert(), and SCIPpairheapMergeheaps().
int data value Definition at line 75 of file misc_stp.h. Referenced by pairheapRec(), and SCIPpairheapInsert().
key value Definition at line 76 of file misc_stp.h. Referenced by SCIPpairheapAddtoheap(), SCIPpairheapInsert(), and SCIPpairheapMergeheaps().
pointer to to previous node Definition at line 79 of file misc_stp.h. Referenced by pairheapCombineSiblings(), SCIPpairheapAddtoheap(), SCIPpairheapInsert(), and SCIPpairheapMergeheaps().
pointer to right sibling Definition at line 78 of file misc_stp.h. Referenced by pairheapCombineSiblings(), pairheapRec(), SCIPpairheapAddtoheap(), SCIPpairheapInsert(), and SCIPpairheapMergeheaps(). |
||||||||||||||||||||||||||||