Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
atomic_constraints_v2.h File Reference

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)