Google OR-Tools: operations_research::FirstSolutionStrategy Class Reference

Definition at line 556 of file routing_enums.pb.h.

#include <routing_enums.pb.h>

Public Member Functions

 FirstSolutionStrategy ()
template<typename = void>
PROTOBUF_CONSTEXPR FirstSolutionStrategy (::google::protobuf::internal::ConstantInitialized)
 FirstSolutionStrategy (const FirstSolutionStrategy &from)
 FirstSolutionStrategy (FirstSolutionStrategy &&from) noexcept
FirstSolutionStrategyoperator= (const FirstSolutionStrategy &from)
FirstSolutionStrategyoperator= (FirstSolutionStrategy &&from) noexcept
const ::google::protobuf::UnknownFieldSet & unknown_fields () const ABSL_ATTRIBUTE_LIFETIME_BOUND
inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL mutable_unknown_fields () ABSL_ATTRIBUTE_LIFETIME_BOUND
void Swap (FirstSolutionStrategy *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (FirstSolutionStrategy *PROTOBUF_NONNULL other)
FirstSolutionStrategy *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const FirstSolutionStrategy &from)
void MergeFrom (const FirstSolutionStrategy &from)
bool IsInitialized () const
::google::protobuf::Metadata GetMetadata () const
template<typename>
PROTOBUF_CONSTEXPR FirstSolutionStrategy (::_pbi::ConstantInitialized)

Static Public Member Functions

static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL descriptor ()
static const ::google::protobuf::Descriptor *PROTOBUF_NONNULL GetDescriptor ()
static const ::google::protobuf::Reflection *PROTOBUF_NONNULL GetReflection ()
static const FirstSolutionStrategydefault_instance ()
static constexpr auto InternalGenerateClassData_ ()
static bool Value_IsValid (int value)
static const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL Value_descriptor ()
template<typename T>
static const ::std::string & Value_Name (T value)
static bool Value_Parse (::absl::string_view name, Value *PROTOBUF_NONNULL value)

Static Public Attributes

static constexpr int kIndexInFileMessages = 0
static constexpr Value UNSET = FirstSolutionStrategy_Value_UNSET
static constexpr Value AUTOMATIC = FirstSolutionStrategy_Value_AUTOMATIC
static constexpr Value PATH_CHEAPEST_ARC = FirstSolutionStrategy_Value_PATH_CHEAPEST_ARC
static constexpr Value PATH_MOST_CONSTRAINED_ARC = FirstSolutionStrategy_Value_PATH_MOST_CONSTRAINED_ARC
static constexpr Value EVALUATOR_STRATEGY = FirstSolutionStrategy_Value_EVALUATOR_STRATEGY
static constexpr Value SAVINGS = FirstSolutionStrategy_Value_SAVINGS
static constexpr Value PARALLEL_SAVINGS = FirstSolutionStrategy_Value_PARALLEL_SAVINGS
static constexpr Value SWEEP = FirstSolutionStrategy_Value_SWEEP
static constexpr Value CHRISTOFIDES = FirstSolutionStrategy_Value_CHRISTOFIDES
static constexpr Value ALL_UNPERFORMED = FirstSolutionStrategy_Value_ALL_UNPERFORMED
static constexpr Value BEST_INSERTION = FirstSolutionStrategy_Value_BEST_INSERTION
static constexpr Value PARALLEL_CHEAPEST_INSERTION = FirstSolutionStrategy_Value_PARALLEL_CHEAPEST_INSERTION
static constexpr Value SEQUENTIAL_CHEAPEST_INSERTION = FirstSolutionStrategy_Value_SEQUENTIAL_CHEAPEST_INSERTION
static constexpr Value LOCAL_CHEAPEST_INSERTION = FirstSolutionStrategy_Value_LOCAL_CHEAPEST_INSERTION
static constexpr Value LOCAL_CHEAPEST_COST_INSERTION = FirstSolutionStrategy_Value_LOCAL_CHEAPEST_COST_INSERTION
static constexpr Value GLOBAL_CHEAPEST_ARC = FirstSolutionStrategy_Value_GLOBAL_CHEAPEST_ARC
static constexpr Value LOCAL_CHEAPEST_ARC = FirstSolutionStrategy_Value_LOCAL_CHEAPEST_ARC
static constexpr Value FIRST_UNBOUND_MIN_VALUE = FirstSolutionStrategy_Value_FIRST_UNBOUND_MIN_VALUE
static constexpr Value Value_MIN = FirstSolutionStrategy_Value_Value_MIN
static constexpr Value Value_MAX = FirstSolutionStrategy_Value_Value_MAX
static constexpr int Value_ARRAYSIZE = FirstSolutionStrategy_Value_Value_ARRAYSIZE

Friends

class ::google::protobuf::internal::TcParser
class ::google::protobuf::MessageLite
class ::google::protobuf::Arena
template<typename T>
class ::google::protobuf::Arena::InternalHelper
struct ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fenums_2eproto
void swap (FirstSolutionStrategy &a, FirstSolutionStrategy &b)

◆ Value

operations_research::FirstSolutionStrategy::FirstSolutionStrategy ( )
inline

◆ FirstSolutionStrategy() [2/5]

template<typename = void>

PROTOBUF_CONSTEXPR operations_research::FirstSolutionStrategy::FirstSolutionStrategy ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ FirstSolutionStrategy() [3/5]

operations_research::FirstSolutionStrategy::FirstSolutionStrategy ( const FirstSolutionStrategy & from)
inline

◆ FirstSolutionStrategy() [4/5]

operations_research::FirstSolutionStrategy::FirstSolutionStrategy ( FirstSolutionStrategy && from)
inlinenoexcept

◆ FirstSolutionStrategy() [5/5]

template<typename>

PROTOBUF_CONSTEXPR operations_research::FirstSolutionStrategy::FirstSolutionStrategy ( ::_pbi::ConstantInitialized )

◆ CopyFrom()

void operations_research::FirstSolutionStrategy::CopyFrom ( const FirstSolutionStrategy & from)
inline

◆ default_instance()

const FirstSolutionStrategy & operations_research::FirstSolutionStrategy::default_instance ( )
inlinestatic

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::FirstSolutionStrategy::descriptor ( )
inlinestatic

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::FirstSolutionStrategy::GetDescriptor ( )
inlinestatic

◆ GetMetadata()

google::protobuf::Metadata operations_research::FirstSolutionStrategy::GetMetadata ( ) const

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::FirstSolutionStrategy::GetReflection ( )
inlinestatic

◆ InternalGenerateClassData_()

auto operations_research::FirstSolutionStrategy::InternalGenerateClassData_ ( )
staticconstexpr

◆ IsInitialized()

bool operations_research::FirstSolutionStrategy::IsInitialized ( ) const
inline

◆ MergeFrom()

void operations_research::FirstSolutionStrategy::MergeFrom ( const FirstSolutionStrategy & from)
inline

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::FirstSolutionStrategy::mutable_unknown_fields ( )
inline

◆ New()

FirstSolutionStrategy *PROTOBUF_NONNULL operations_research::FirstSolutionStrategy::New ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena = nullptr) const
inline

◆ operator=() [1/2]

FirstSolutionStrategy & operations_research::FirstSolutionStrategy::operator= ( const FirstSolutionStrategy & from)
inline

◆ operator=() [2/2]

FirstSolutionStrategy & operations_research::FirstSolutionStrategy::operator= ( FirstSolutionStrategy && from)
inlinenoexcept

◆ Swap()

void operations_research::FirstSolutionStrategy::Swap ( FirstSolutionStrategy *PROTOBUF_NONNULL other)
inline

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::FirstSolutionStrategy::unknown_fields ( ) const
inline

◆ UnsafeArenaSwap()

void operations_research::FirstSolutionStrategy::UnsafeArenaSwap ( FirstSolutionStrategy *PROTOBUF_NONNULL other)
inline

◆ Value_descriptor()

const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::FirstSolutionStrategy::Value_descriptor ( )
inlinestatic

◆ Value_IsValid()

bool operations_research::FirstSolutionStrategy::Value_IsValid ( int value)
inlinestatic

◆ Value_Name()

template<typename T>

const ::std::string & operations_research::FirstSolutionStrategy::Value_Name ( T value)
inlinestatic

◆ Value_Parse()

bool operations_research::FirstSolutionStrategy::Value_Parse ( ::absl::string_view name,
Value *PROTOBUF_NONNULL value )
inlinestatic

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena

friend

◆ ::google::protobuf::Arena::InternalHelper

template<typename T>

friend class ::google::protobuf::Arena::InternalHelper

friend

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser

friend

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite

friend

◆ ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fenums_2eproto

friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2frouting_5fenums_2eproto

friend

◆ swap

void swap ( FirstSolutionStrategy & a,
FirstSolutionStrategy & b )
friend

◆ ALL_UNPERFORMED

◆ AUTOMATIC

◆ BEST_INSERTION

◆ CHRISTOFIDES

◆ EVALUATOR_STRATEGY

◆ FIRST_UNBOUND_MIN_VALUE

◆ GLOBAL_CHEAPEST_ARC

◆ kIndexInFileMessages

int operations_research::FirstSolutionStrategy::kIndexInFileMessages = 0

staticconstexpr

◆ LOCAL_CHEAPEST_ARC

◆ LOCAL_CHEAPEST_COST_INSERTION

◆ LOCAL_CHEAPEST_INSERTION

◆ PARALLEL_CHEAPEST_INSERTION

◆ PARALLEL_SAVINGS

◆ PATH_CHEAPEST_ARC

Examples
tsp_circuit_board.cc, tsp_cities.cc, tsp_distance_matrix.cc, vrp.cc, vrp_capacity.cc, vrp_drop_nodes.cc, vrp_global_span.cc, vrp_initial_routes.cc, vrp_resources.cc, vrp_starts_ends.cc, vrp_time_windows.cc, and vrp_with_time_limit.cc.

Definition at line 670 of file routing_enums.pb.h.

◆ PATH_MOST_CONSTRAINED_ARC

◆ SAVINGS

◆ SEQUENTIAL_CHEAPEST_INSERTION

◆ SWEEP

◆ UNSET

◆ Value_ARRAYSIZE

◆ Value_MAX

◆ Value_MIN


The documentation for this class was generated from the following files: