#include <string>#include <vector>#include "ortools/base/logging.h"

Go to the source code of this file.
Classes | |
| class | operations_research::DynamicPartition |
| Partition class that supports incremental splitting, with backtracking. More... | |
| struct | operations_research::DynamicPartition::IterablePart |
| class | operations_research::MergingPartition |
| Partition class that supports incremental merging, using the union-find algorithm (see http://en.wikipedia.org/wiki/Disjoint-set_data_structure). 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. | |