![]() |
OR-Tools
8.1
|
Go to the source code of this file.
Namespaces | |
internal | |
operations_research | |
The vehicle routing library lets one model and solve generic vehicle routing problems ranging from the Traveling Salesman Problem to more complex problems such as the Capacitated Vehicle Routing Problem with Time Windows. | |
operations_research::glop | |
Macros | |
#define | PROTOBUF_INTERNAL_EXPORT_ortools_2fglop_2fparameters_2eproto |
Functions | |
template<> | |
PROTOBUF_NAMESPACE_OPEN ::operations_research::glop::GlopParameters * | Arena::CreateMaybeMessage<::operations_research::glop::GlopParameters > (Arena *) |
bool | GlopParameters_ScalingAlgorithm_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | GlopParameters_ScalingAlgorithm_descriptor () |
template<typename T > | |
const std::string & | GlopParameters_ScalingAlgorithm_Name (T enum_t_value) |
bool | GlopParameters_ScalingAlgorithm_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GlopParameters_ScalingAlgorithm *value) |
bool | GlopParameters_SolverBehavior_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | GlopParameters_SolverBehavior_descriptor () |
template<typename T > | |
const std::string & | GlopParameters_SolverBehavior_Name (T enum_t_value) |
bool | GlopParameters_SolverBehavior_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GlopParameters_SolverBehavior *value) |
bool | GlopParameters_PricingRule_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | GlopParameters_PricingRule_descriptor () |
template<typename T > | |
const std::string & | GlopParameters_PricingRule_Name (T enum_t_value) |
bool | GlopParameters_PricingRule_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GlopParameters_PricingRule *value) |
bool | GlopParameters_InitialBasisHeuristic_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | GlopParameters_InitialBasisHeuristic_descriptor () |
template<typename T > | |
const std::string & | GlopParameters_InitialBasisHeuristic_Name (T enum_t_value) |
bool | GlopParameters_InitialBasisHeuristic_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GlopParameters_InitialBasisHeuristic *value) |
bool | GlopParameters_CostScalingAlgorithm_IsValid (int value) |
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * | GlopParameters_CostScalingAlgorithm_descriptor () |
template<typename T > | |
const std::string & | GlopParameters_CostScalingAlgorithm_Name (T enum_t_value) |
bool | GlopParameters_CostScalingAlgorithm_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GlopParameters_CostScalingAlgorithm *value) |
template<> | |
const EnumDescriptor * | GetEnumDescriptor< ::operations_research::glop::GlopParameters_ScalingAlgorithm > () |
template<> | |
const EnumDescriptor * | GetEnumDescriptor< ::operations_research::glop::GlopParameters_SolverBehavior > () |
template<> | |
const EnumDescriptor * | GetEnumDescriptor< ::operations_research::glop::GlopParameters_PricingRule > () |
template<> | |
const EnumDescriptor * | GetEnumDescriptor< ::operations_research::glop::GlopParameters_InitialBasisHeuristic > () |
template<> | |
const EnumDescriptor * | GetEnumDescriptor< ::operations_research::glop::GlopParameters_CostScalingAlgorithm > () |
Variables | |
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable | descriptor_table_ortools_2fglop_2fparameters_2eproto |
constexpr GlopParameters_ScalingAlgorithm | GlopParameters_ScalingAlgorithm_ScalingAlgorithm_MIN = GlopParameters_ScalingAlgorithm_DEFAULT |
constexpr GlopParameters_ScalingAlgorithm | GlopParameters_ScalingAlgorithm_ScalingAlgorithm_MAX = GlopParameters_ScalingAlgorithm_LINEAR_PROGRAM |
constexpr int | GlopParameters_ScalingAlgorithm_ScalingAlgorithm_ARRAYSIZE = GlopParameters_ScalingAlgorithm_ScalingAlgorithm_MAX + 1 |
constexpr GlopParameters_SolverBehavior | GlopParameters_SolverBehavior_SolverBehavior_MIN = GlopParameters_SolverBehavior_ALWAYS_DO |
constexpr GlopParameters_SolverBehavior | GlopParameters_SolverBehavior_SolverBehavior_MAX = GlopParameters_SolverBehavior_LET_SOLVER_DECIDE |
constexpr int | GlopParameters_SolverBehavior_SolverBehavior_ARRAYSIZE = GlopParameters_SolverBehavior_SolverBehavior_MAX + 1 |
constexpr GlopParameters_PricingRule | GlopParameters_PricingRule_PricingRule_MIN = GlopParameters_PricingRule_DANTZIG |
constexpr GlopParameters_PricingRule | GlopParameters_PricingRule_PricingRule_MAX = GlopParameters_PricingRule_DEVEX |
constexpr int | GlopParameters_PricingRule_PricingRule_ARRAYSIZE = GlopParameters_PricingRule_PricingRule_MAX + 1 |
constexpr GlopParameters_InitialBasisHeuristic | GlopParameters_InitialBasisHeuristic_InitialBasisHeuristic_MIN = GlopParameters_InitialBasisHeuristic_NONE |
constexpr GlopParameters_InitialBasisHeuristic | GlopParameters_InitialBasisHeuristic_InitialBasisHeuristic_MAX = GlopParameters_InitialBasisHeuristic_MAROS |
constexpr int | GlopParameters_InitialBasisHeuristic_InitialBasisHeuristic_ARRAYSIZE = GlopParameters_InitialBasisHeuristic_InitialBasisHeuristic_MAX + 1 |
constexpr GlopParameters_CostScalingAlgorithm | GlopParameters_CostScalingAlgorithm_CostScalingAlgorithm_MIN = GlopParameters_CostScalingAlgorithm_NO_COST_SCALING |
constexpr GlopParameters_CostScalingAlgorithm | GlopParameters_CostScalingAlgorithm_CostScalingAlgorithm_MAX = GlopParameters_CostScalingAlgorithm_MEDIAN_COST_SCALING |
constexpr int | GlopParameters_CostScalingAlgorithm_CostScalingAlgorithm_ARRAYSIZE = GlopParameters_CostScalingAlgorithm_CostScalingAlgorithm_MAX + 1 |
#define PROTOBUF_INTERNAL_EXPORT_ortools_2fglop_2fparameters_2eproto |
Definition at line 37 of file parameters.pb.h.
PROTOBUF_NAMESPACE_OPEN ::operations_research::glop::GlopParameters* Arena::CreateMaybeMessage<::operations_research::glop::GlopParameters > | ( | Arena * | ) |
|
inline |
Definition at line 2689 of file parameters.pb.h.
|
inline |
Definition at line 2684 of file parameters.pb.h.
|
inline |
Definition at line 2679 of file parameters.pb.h.
|
inline |
Definition at line 2669 of file parameters.pb.h.
|
inline |
Definition at line 2674 of file parameters.pb.h.
|
extern |
Definition at line 237 of file parameters.pb.cc.