#include <sparingStack.h>
Inheritance diagram for REWS_SparingStack< elementsPerBlock, noOfBlocks >:
Public Methods | |
NodeID | determineMinEdge (MST &result) const |
Determines the edge with minimum weight. |
Definition at line 295 of file sparingStack.h.
|
Determines the edge with minimum weight. It is added to the resulting minimum spanning tree and the target node ID is returned.
Definition at line 307 of file sparingStack.h. |