This file contains a class that represents the Minimum Spanning Tree operation. More...
#include "../../datatype/SimpleData.h"#include "../../graph/core/AbstractGraph.h"#include "../../graph/core/AbstractGraphFactory.h"#include "../../graph/core/Edge.h"#include "../../graph/core/GraphMetadata.h"#include "../../graph/core/Vertex.h"#include "../../graph/iterator/MemoryIterator.h"#include "../../graph/Globals.h"#include "MinimumSpanningTree.h"#include "Utils.h"#include <cassert>#include <boost/graph/adjacency_list.hpp>#include <boost/graph/kruskal_min_spanning_tree.hpp>Go to the source code of this file.
This file contains a class that represents the Minimum Spanning Tree operation.
Boost BGL.
Definition in file MinimumSpanningTree.cpp.