#include <vector>#include "ortools/base/integral_types.h"#include "ortools/base/logging.h"#include "ortools/base/macros.h"Go to the source code of this file.
Classes | |
| class | operations_research::ConnectedComponents< NodeIndex, ArcIndex > |
| Template class implementing a Union-Find algorithm with path compression for maintaining the connected components of a graph. More... | |
Namespaces | |
| operations_research | |
| Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. | |