![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <string>#include "absl/log/check.h"#include "ortools/math_opt/constraints/indicator/storage.h"#include "ortools/math_opt/constraints/quadratic/storage.h"#include "ortools/math_opt/elemental/attr_key.h"#include "ortools/math_opt/elemental/attributes.h"#include "ortools/math_opt/elemental/derived_data.h"#include "ortools/math_opt/elemental/elemental.h"#include "ortools/math_opt/elemental/elements.h"#include "ortools/math_opt/storage/atomic_constraint_storage.h"#include "ortools/math_opt/storage/model_storage_types.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 |
Functions | |
| template<typename ConstraintData> | |
| ConstraintData::IdType | operations_research::math_opt::internal::AddAtomicConstraint (const ConstraintData &data, Elemental &elemental) |
| template<ElementType e> | |
| AtomicConstraintTraits< ElementId< e > >::ConstraintData | operations_research::math_opt::internal::GetAtomicConstraint (ElementId< e > id, const Elemental &elemental) |
| template<> | |
| QuadraticConstraintId | operations_research::math_opt::internal::AddAtomicConstraint (const QuadraticConstraintData &data, Elemental &elemental) |
| template<> | |
| QuadraticConstraintData | operations_research::math_opt::internal::GetAtomicConstraint (QuadraticConstraintId id, const Elemental &elemental) |
| template<> | |
| IndicatorConstraintId | operations_research::math_opt::internal::AddAtomicConstraint (const IndicatorConstraintData &data, Elemental &elemental) |
| template<> | |
| IndicatorConstraintData | operations_research::math_opt::internal::GetAtomicConstraint (IndicatorConstraintId id, const Elemental &elemental) |