Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
model_storage_types.h File Reference
#include <cstdint>
#include <optional>
#include "absl/strings/string_view.h"
#include "ortools/base/strong_int.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 (VariableId, int64_t)
 
 operations_research::math_opt::DEFINE_STRONG_INT_TYPE (AuxiliaryObjectiveId, int64_t)
 
 operations_research::math_opt::DEFINE_STRONG_INT_TYPE (LinearConstraintId, int64_t)
 
 operations_research::math_opt::DEFINE_STRONG_INT_TYPE (QuadraticConstraintId, int64_t)
 
 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 (IndicatorConstraintId, int64_t)
 
 operations_research::math_opt::DEFINE_STRONG_INT_TYPE (UpdateTrackerId, int64_t)
 

Variables

constexpr ObjectiveId operations_research::math_opt::kPrimaryObjectiveId