All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
DIJKSTRA_Graph Struct Reference Detailed Descriptiongraph structure - use consecutive storage for arcs Definition at line 43 of file dijkstra.h.
Field Documentation
number of nodes Definition at line 45 of file dijkstra.h. Referenced by dijkstra(), dijkstraGraphIsValid(), dijkstraPair(), dijkstraPairCutoff(), dijkstraPairCutoffIgnore(), and separateGLS().
indices of out-arcs for each node in arcs array Definition at line 46 of file dijkstra.h. Referenced by dijkstra(), dijkstraGraphIsValid(), dijkstraPair(), dijkstraPairCutoff(), dijkstraPairCutoffIgnore(), and separateGLS().
number of out-arcs for each node Definition at line 47 of file dijkstra.h. Referenced by addGLSBinImpls(), addGLSCliques(), dijkstraGraphIsValid(), and separateGLS().
consecutive storage for all arcs Definition at line 48 of file dijkstra.h. Referenced by dijkstraGraphIsValid(), and separateGLS().
corresponding weights for all arcs Definition at line 49 of file dijkstra.h. Referenced by addGLSBinImpls(), addGLSCliques(), checkArraySizesGLS(), dijkstra(), dijkstraGraphIsValid(), dijkstraPair(), dijkstraPairCutoff(), dijkstraPairCutoffIgnore(), and separateGLS().
target nodes for all arcs Definition at line 50 of file dijkstra.h. Referenced by addGLSBinImpls(), addGLSCliques(), checkArraySizesGLS(), dijkstra(), dijkstraGraphIsValid(), dijkstraPair(), dijkstraPairCutoff(), dijkstraPairCutoffIgnore(), and separateGLS().
total minimal weight Definition at line 51 of file dijkstra.h. Referenced by addGLSBinImpls(), addGLSCliques(), dijkstraGraphIsValid(), and separateGLS().
total maximal weight Definition at line 52 of file dijkstra.h. Referenced by addGLSBinImpls(), addGLSCliques(), dijkstraGraphIsValid(), and separateGLS(). |