![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <cstddef>#include <cstdint>#include <type_traits>#include <vector>#include "absl/log/check.h"#include "absl/time/time.h"#include "absl/types/span.h"#include "ortools/base/strong_int.h"#include "ortools/base/strong_vector.h"#include "ortools/base/timer.h"Go to the source code of this file.
Namespaces | |
| namespace | operations_research |
| In SWIG mode, we don't want anything besides these top-level includes. | |
Functions | |
| operations_research::DEFINE_STRONG_INT_TYPE (SubsetIndex, BaseInt) | |
| operations_research::DEFINE_STRONG_INT_TYPE (ElementIndex, BaseInt) | |
| Element index. | |
| operations_research::DEFINE_STRONG_INT_TYPE (ColumnEntryIndex, BaseInt) | |
| operations_research::DEFINE_STRONG_INT_TYPE (RowEntryIndex, BaseInt) | |
| template<class Index> | |
| operations_research::IndexRange (Index a, Index b) -> IndexRange< Index > | |
| Additional deduction guide. | |
| template<typename T> | |
| operations_research::IterableContainer (const T &data_source) -> IterableContainer< T > | |
| Additional deduction guide. | |