![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
#include <ostream>#include <type_traits>#include "absl/strings/string_view.h"#include "ortools/base/array.h"#include "ortools/math_opt/elemental/tagged_id.h"Go to the source code of this file.
Classes | |
| struct | operations_research::math_opt::is_element_id< T > |
| struct | operations_research::math_opt::is_element_id< ElementId< element_type > > |
Namespaces | |
| namespace | operations_research |
| OR-Tools root namespace. | |
| namespace | operations_research::math_opt |
Functions | |
| absl::string_view | operations_research::math_opt::ToString (const ElementType element_type) |
| std::ostream & | operations_research::math_opt::operator<< (std::ostream &ostr, const ElementType element_type) |
| template<typename Sink> | |
| void | operations_research::math_opt::AbslStringify (Sink &sink, ElementType element_type) |
Variables | |
| constexpr auto | operations_research::math_opt::kElements |
| constexpr int | operations_research::math_opt::kNumElements = static_cast<int>(kElements.size()) |
| constexpr absl::string_view | operations_research::math_opt::kElementNames [kNumElements] |
| constexpr absl::string_view | operations_research::math_opt::kShortElementNames [kNumElements] |
| template<typename T> | |
| static constexpr bool | operations_research::math_opt::is_element_id_v = is_element_id<T>::value |