Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>
#include <utility>
#include <vector>
#include "absl/container/flat_hash_map.h"
#include "ortools/base/logging.h"
#include "ortools/base/strong_vector.h"
Go to the source code of this file.
Classes | |
class | operations_research::ReversibleInterface |
class | operations_research::RevRepository< T > |
class | operations_research::RevVector< IndexType, T > |
A basic reversible vector implementation. More... | |
class | operations_research::RevMap< Map > |
class | operations_research::RevGrowingMultiMap< Key, Value > |
A basic backtrackable multi map that can only grow (except on backtrack). More... | |
Namespaces | |
namespace | operations_research |
In SWIG mode, we don't want anything besides these top-level includes. | |