![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <algorithm>#include <cstdint>#include <string>#include <utility>#include <variant>#include <vector>#include "absl/container/flat_hash_map.h"#include "absl/status/statusor.h"#include "absl/strings/string_view.h"#include "ortools/base/status_builder.h"Go to the source code of this file.
Classes | |
| class | operations_research::math_opt::detail::DenseElementStorage |
| class | operations_research::math_opt::detail::SparseElementStorage |
| A sparse element storage, which supports deletion. More... | |
| class | operations_research::math_opt::ElementStorage |
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::detail |