25 #ifndef GUM_SPANNING_FOREST_H 26 #define GUM_SPANNING_FOREST_H SpanningForest()
default constructor
SpanningForest & operator=(const SpanningForest &toCopy)
Copy operator.
virtual ~SpanningForest()
Destructor.
Base classes for undirected graphs.
gum is the global namespace for all aGrUM entities
virtual const EdgeSet & edgesInSpanningForest()=0
Returns the edges in a min cost spanning forest.
virtual float costOfSpanningForest()=0
Returns the cost of the spanning forest.
Base class for undirected graphs.
virtual const UndiGraph & spanningForest()=0
Construct the spanning forest.
Base class for computing min cost spanning trees or forests.
some utils for topology : NodeId, Edge, Arc and consorts ...