Reference
C++
Python
DotNET
Java Documentation
C++ Reference: Graph
minimum_spanning_tree.h File Reference
#include <queue>#include <vector>#include "ortools/base/adjustable_priority_queue-inl.h"#include "ortools/base/adjustable_priority_queue.h"#include "ortools/base/integral_types.h"#include "ortools/graph/connectivity.h"#include "ortools/util/vector_or_function.h"
Include dependency graph for minimum_spanning_tree.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| operations_research | |
Functions | |
| template<typename Graph > | |
| std::vector< typename Graph::ArcIndex > | BuildKruskalMinimumSpanningTreeFromSortedArcs (const Graph &graph, const std::vector< typename Graph::ArcIndex > &sorted_arcs) |
| template<typename Graph , typename ArcComparator > | |
| std::vector< typename Graph::ArcIndex > | BuildKruskalMinimumSpanningTree (const Graph &graph, const ArcComparator &arc_comparator) |
| template<typename Graph , typename ArcValue > | |
| std::vector< typename Graph::ArcIndex > | BuildPrimMinimumSpanningTree (const Graph &graph, const ArcValue &arc_value) |