![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <array>#include <cstdint>#include <limits>#include <ostream>#include <tuple>#include <type_traits>#include "absl/strings/string_view.h"#include "ortools/base/array.h"#include "ortools/math_opt/elemental/arrays.h"#include "ortools/math_opt/elemental/elements.h"#include "ortools/math_opt/elemental/symmetry.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. | |
Functions | |
| template<typename AttrT> | |
| static constexpr int | operations_research::math_opt::GetIndexIfAttr () |
| template<typename AttrT, typename = std::enable_if_t<(GetIndexIfAttr<AttrT>() >= 0)>> | |
| absl::string_view | operations_research::math_opt::ToString (const AttrT attr) |
| template<typename Sink, typename AttrT, typename = std::enable_if_t<(GetIndexIfAttr<AttrT>() >= 0)>> | |
| void | operations_research::math_opt::AbslStringify (Sink &sink, const AttrT attr_type) |
| template<typename AttrT> | |
| std::enable_if_t<(GetIndexIfAttr< AttrT >() >=0), std::ostream & > | operations_research::math_opt::operator<< (std::ostream &ostr, AttrT attr) |