![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
#include <cstdint>
#include <optional>
#include "ortools/base/strong_int.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. |
Typedefs | |
using | operations_research::math_opt::ObjectiveId = std::optional<AuxiliaryObjectiveId> |
nullopt denotes the primary objective. |
Functions | |
operations_research::math_opt::DEFINE_STRONG_INT_TYPE (SecondOrderConeConstraintId, int64_t) | |
operations_research::math_opt::DEFINE_STRONG_INT_TYPE (Sos1ConstraintId, int64_t) | |
operations_research::math_opt::DEFINE_STRONG_INT_TYPE (Sos2ConstraintId, int64_t) | |
operations_research::math_opt::DEFINE_STRONG_INT_TYPE (UpdateTrackerId, int64_t) |
Variables | |
constexpr ObjectiveId | operations_research::math_opt::kPrimaryObjectiveId |