![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>#include <ostream>#include <type_traits>#include <utility>#include "absl/log/check.h"#include "absl/strings/string_view.h"#include "ortools/math_opt/elemental/elements.h"#include "ortools/math_opt/storage/model_storage.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. | |
| namespace | operations_research::math_opt |
| An object oriented wrapper for quadratic constraints in ModelStorage. | |
| namespace | operations_research::math_opt::internal |
Enumerations | |
| enum class | operations_research::math_opt::ModelStorageElementEquality { operations_research::math_opt::kWithEquality , operations_research::math_opt::kWithoutEquality } |
| Whether ModelStorageElement should define equality operators. More... | |
Functions | |
| void | operations_research::math_opt::internal::FormatModelStorageElement (std::ostream &ostr, ElementType element_type, absl::string_view name, int64_t id) |