![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include "ortools/math_opt/elemental/codegen/gen.h"
#include <cstdint>
#include <memory>
#include <string>
#include <utility>
#include <vector>
#include "absl/strings/str_cat.h"
#include "absl/strings/string_view.h"
#include "absl/types/span.h"
#include "ortools/math_opt/elemental/arrays.h"
#include "ortools/math_opt/elemental/attributes.h"
#include "ortools/math_opt/elemental/elements.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::codegen |
Language-agnostic utilities for Elemental codegen. |
Functions | |
CodegenAttrTypeDescriptor::ValueType | operations_research::math_opt::codegen::GetValueType (bool) |
CodegenAttrTypeDescriptor::ValueType | operations_research::math_opt::codegen::GetValueType (int64_t) |
CodegenAttrTypeDescriptor::ValueType | operations_research::math_opt::codegen::GetValueType (double) |
template<ElementType element_type> | |
CodegenAttrTypeDescriptor::ValueType | operations_research::math_opt::codegen::GetValueType (ElementId< element_type >) |
template<typename Descriptor> | |
CodegenAttrTypeDescriptor | operations_research::math_opt::codegen::MakeAttrTypeDescriptor () |
Variables | |
constexpr absl::string_view | operations_research::math_opt::codegen::kOpNames [static_cast< int >(AttrOp::kNumOps)] |