\( \def\bold#1{\bf #1} \newcommand{\d}{\mathrm{d}} \)
FibunacciHeap element to store STRONG data with climb restrictions. More...
#include <DataTyps.h>


Public Attributes | |
| float | hmup |
| Hm ascenting since last big descent section. | |
| float | hmdown |
| Hm descenting since last big descenting section. More... | |
Public Attributes inherited from STRONGfib | |
| float | d |
| current distance at STRONG | |
| float | hm |
| current Hm at STRONG | |
| STRONG * | from |
| pointer to related STRONG struct | |
| KOO * | k |
| current KOO | |
| Neighbour * | via |
| connection to STRONG | |
FibunacciHeap element to store STRONG data with climb restrictions.
Definition at line 270 of file DataTyps.h.
| float STRONGPlusfib::hmdown |
Hm descenting since last big descenting section.
STRONG algorithm will stop, if hmdown/hmup exceeds a userdefined limit
Definition at line 277 of file DataTyps.h.
1.8.5