Google OR-Tools: operations_research::ConstraintSolverParameters Class Reference

Definition at line 117 of file solver_parameters.pb.h.

#include <solver_parameters.pb.h>

Public Types

enum  : int {
  kProfileFileFieldNumber = 8 , kCompressTrailFieldNumber = 1 , kTrailBlockSizeFieldNumber = 2 , kArraySplitSizeFieldNumber = 3 ,
  kStoreNamesFieldNumber = 4 , kNameCastVariablesFieldNumber = 5 , kNameAllVariablesFieldNumber = 6 , kProfilePropagationFieldNumber = 7 ,
  kTracePropagationFieldNumber = 9 , kTraceSearchFieldNumber = 10 , kPrintModelFieldNumber = 11 , kPrintModelStatsFieldNumber = 12 ,
  kPrintAddedConstraintsFieldNumber = 13 , kDisableSolveFieldNumber = 15 , kProfileLocalSearchFieldNumber = 16 , kPrintLocalSearchProfileFieldNumber = 17 ,
  kUseSmallTableFieldNumber = 101 , kUseCumulativeEdgeFinderFieldNumber = 105 , kUseCumulativeTimeTableFieldNumber = 106 , kUseSequenceHighDemandTasksFieldNumber = 107 ,
  kMaxEdgeFinderSizeFieldNumber = 109 , kUseAllPossibleDisjunctionsFieldNumber = 108 , kDiffnUseCumulativeFieldNumber = 110 , kUseElementRmqFieldNumber = 111 ,
  kCheckSolutionPeriodFieldNumber = 114 , kUseCumulativeTimeTableSyncFieldNumber = 112 , kSkipLocallyOptimalPathsFieldNumber = 113
}
using TrailCompression = ConstraintSolverParameters_TrailCompression

Public Member Functions

 ConstraintSolverParameters ()
 ~ConstraintSolverParameters () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR ConstraintSolverParameters (::google::protobuf::internal::ConstantInitialized)
 ConstraintSolverParameters (const ConstraintSolverParameters &from)
 ConstraintSolverParameters (ConstraintSolverParameters &&from) noexcept
ConstraintSolverParametersoperator= (const ConstraintSolverParameters &from)
ConstraintSolverParametersoperator= (ConstraintSolverParameters &&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 (ConstraintSolverParameters *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (ConstraintSolverParameters *PROTOBUF_NONNULL other)
ConstraintSolverParameters *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const ConstraintSolverParameters &from)
void MergeFrom (const ConstraintSolverParameters &from)
bool IsInitialized () const
ABSL_ATTRIBUTE_REINITIALIZES void Clear () PROTOBUF_FINAL
::size_t ByteSizeLong () const final
::uint8_t *PROTOBUF_NONNULL _InternalSerialize (::uint8_t *PROTOBUF_NONNULL target, ::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream) const final
int GetCachedSize () const
::google::protobuf::Metadata GetMetadata () const
void clear_profile_file ()
const ::std::string & profile_file () const
template<typename Arg_ = const ::std::string&, typename... Args_>
void set_profile_file (Arg_ &&arg, Args_... args)
::std::string *PROTOBUF_NONNULL mutable_profile_file ()
::std::string *PROTOBUF_NULLABLE release_profile_file ()
void set_allocated_profile_file (::std::string *PROTOBUF_NULLABLE value)
void clear_compress_trail ()
::operations_research::ConstraintSolverParameters_TrailCompression compress_trail () const
void set_compress_trail (::operations_research::ConstraintSolverParameters_TrailCompression value)
void clear_trail_block_size ()
::int32_t trail_block_size () const
void set_trail_block_size (::int32_t value)
void clear_array_split_size ()
::int32_t array_split_size () const
void set_array_split_size (::int32_t value)
void clear_store_names ()
bool store_names () const
void set_store_names (bool value)
void clear_name_cast_variables ()
bool name_cast_variables () const
void set_name_cast_variables (bool value)
void clear_name_all_variables ()
bool name_all_variables () const
void set_name_all_variables (bool value)
void clear_profile_propagation ()
bool profile_propagation () const
void set_profile_propagation (bool value)
void clear_trace_propagation ()
bool trace_propagation () const
void set_trace_propagation (bool value)
void clear_trace_search ()
bool trace_search () const
void set_trace_search (bool value)
void clear_print_model ()
bool print_model () const
void set_print_model (bool value)
void clear_print_model_stats ()
bool print_model_stats () const
void set_print_model_stats (bool value)
void clear_print_added_constraints ()
bool print_added_constraints () const
void set_print_added_constraints (bool value)
void clear_disable_solve ()
bool disable_solve () const
void set_disable_solve (bool value)
void clear_profile_local_search ()
bool profile_local_search () const
void set_profile_local_search (bool value)
void clear_print_local_search_profile ()
bool print_local_search_profile () const
void set_print_local_search_profile (bool value)
void clear_use_small_table ()
bool use_small_table () const
void set_use_small_table (bool value)
void clear_use_cumulative_edge_finder ()
bool use_cumulative_edge_finder () const
void set_use_cumulative_edge_finder (bool value)
void clear_use_cumulative_time_table ()
bool use_cumulative_time_table () const
void set_use_cumulative_time_table (bool value)
void clear_use_sequence_high_demand_tasks ()
bool use_sequence_high_demand_tasks () const
void set_use_sequence_high_demand_tasks (bool value)
void clear_max_edge_finder_size ()
::int32_t max_edge_finder_size () const
void set_max_edge_finder_size (::int32_t value)
void clear_use_all_possible_disjunctions ()
bool use_all_possible_disjunctions () const
void set_use_all_possible_disjunctions (bool value)
void clear_diffn_use_cumulative ()
bool diffn_use_cumulative () const
void set_diffn_use_cumulative (bool value)
void clear_use_element_rmq ()
bool use_element_rmq () const
void set_use_element_rmq (bool value)
void clear_check_solution_period ()
::int32_t check_solution_period () const
void set_check_solution_period (::int32_t value)
void clear_use_cumulative_time_table_sync ()
bool use_cumulative_time_table_sync () const
void set_use_cumulative_time_table_sync (bool value)
void clear_skip_locally_optimal_paths ()
bool skip_locally_optimal_paths () const
void set_skip_locally_optimal_paths (bool value)
template<typename>
PROTOBUF_CONSTEXPR ConstraintSolverParameters (::_pbi::ConstantInitialized)
template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_profile_file (Arg_ &&arg, Args_... args)

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 ConstraintSolverParametersdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()
static bool TrailCompression_IsValid (int value)
static const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL TrailCompression_descriptor ()
template<typename T>
static const ::std::string & TrailCompression_Name (T value)
static bool TrailCompression_Parse (::absl::string_view name, TrailCompression *PROTOBUF_NONNULL value)

Static Public Attributes

static constexpr int kIndexInFileMessages = 0
static constexpr TrailCompression NO_COMPRESSION = ConstraintSolverParameters_TrailCompression_NO_COMPRESSION
static constexpr TrailCompression COMPRESS_WITH_ZLIB = ConstraintSolverParameters_TrailCompression_COMPRESS_WITH_ZLIB
static constexpr TrailCompression TrailCompression_MIN = ConstraintSolverParameters_TrailCompression_TrailCompression_MIN
static constexpr TrailCompression TrailCompression_MAX = ConstraintSolverParameters_TrailCompression_TrailCompression_MAX
static constexpr int TrailCompression_ARRAYSIZE = ConstraintSolverParameters_TrailCompression_TrailCompression_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_2fsolver_5fparameters_2eproto
void swap (ConstraintSolverParameters &a, ConstraintSolverParameters &b)

◆ TrailCompression

◆ anonymous enum

Enumerator
kProfileFileFieldNumber 
kCompressTrailFieldNumber 
kTrailBlockSizeFieldNumber 
kArraySplitSizeFieldNumber 
kStoreNamesFieldNumber 
kNameCastVariablesFieldNumber 
kNameAllVariablesFieldNumber 
kProfilePropagationFieldNumber 
kTracePropagationFieldNumber 
kTraceSearchFieldNumber 
kPrintModelFieldNumber 
kPrintModelStatsFieldNumber 
kPrintAddedConstraintsFieldNumber 
kDisableSolveFieldNumber 
kProfileLocalSearchFieldNumber 
kPrintLocalSearchProfileFieldNumber 
kUseSmallTableFieldNumber 
kUseCumulativeEdgeFinderFieldNumber 
kUseCumulativeTimeTableFieldNumber 
kUseSequenceHighDemandTasksFieldNumber 
kMaxEdgeFinderSizeFieldNumber 
kUseAllPossibleDisjunctionsFieldNumber 
kDiffnUseCumulativeFieldNumber 
kUseElementRmqFieldNumber 
kCheckSolutionPeriodFieldNumber 
kUseCumulativeTimeTableSyncFieldNumber 
kSkipLocallyOptimalPathsFieldNumber 

Definition at line 278 of file solver_parameters.pb.h.

operations_research::ConstraintSolverParameters::ConstraintSolverParameters ( )
inline

◆ ~ConstraintSolverParameters()

operations_research::ConstraintSolverParameters::~ConstraintSolverParameters ( )

◆ ConstraintSolverParameters() [2/5]

template<typename = void>

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

◆ ConstraintSolverParameters() [3/5]

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

◆ ConstraintSolverParameters() [4/5]

operations_research::ConstraintSolverParameters::ConstraintSolverParameters ( ConstraintSolverParameters && from)
inlinenoexcept

◆ ConstraintSolverParameters() [5/5]

template<typename>

PROTOBUF_CONSTEXPR operations_research::ConstraintSolverParameters::ConstraintSolverParameters ( ::_pbi::ConstantInitialized )

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::ConstraintSolverParameters::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

◆ array_split_size()

int32_t operations_research::ConstraintSolverParameters::array_split_size ( ) const
inline

◆ ByteSizeLong()

size_t operations_research::ConstraintSolverParameters::ByteSizeLong ( ) const
final

◆ check_solution_period()

int32_t operations_research::ConstraintSolverParameters::check_solution_period ( ) const
inline

◆ Clear()

PROTOBUF_NOINLINE void operations_research::ConstraintSolverParameters::Clear ( )

◆ clear_array_split_size()

void operations_research::ConstraintSolverParameters::clear_array_split_size ( )
inline

◆ clear_check_solution_period()

void operations_research::ConstraintSolverParameters::clear_check_solution_period ( )
inline

◆ clear_compress_trail()

void operations_research::ConstraintSolverParameters::clear_compress_trail ( )
inline

◆ clear_diffn_use_cumulative()

void operations_research::ConstraintSolverParameters::clear_diffn_use_cumulative ( )
inline

◆ clear_disable_solve()

void operations_research::ConstraintSolverParameters::clear_disable_solve ( )
inline

◆ clear_max_edge_finder_size()

void operations_research::ConstraintSolverParameters::clear_max_edge_finder_size ( )
inline

◆ clear_name_all_variables()

void operations_research::ConstraintSolverParameters::clear_name_all_variables ( )
inline

◆ clear_name_cast_variables()

void operations_research::ConstraintSolverParameters::clear_name_cast_variables ( )
inline

◆ clear_print_added_constraints()

void operations_research::ConstraintSolverParameters::clear_print_added_constraints ( )
inline

◆ clear_print_local_search_profile()

void operations_research::ConstraintSolverParameters::clear_print_local_search_profile ( )
inline

◆ clear_print_model()

void operations_research::ConstraintSolverParameters::clear_print_model ( )
inline

◆ clear_print_model_stats()

void operations_research::ConstraintSolverParameters::clear_print_model_stats ( )
inline

◆ clear_profile_file()

void operations_research::ConstraintSolverParameters::clear_profile_file ( )
inline

◆ clear_profile_local_search()

void operations_research::ConstraintSolverParameters::clear_profile_local_search ( )
inline

◆ clear_profile_propagation()

void operations_research::ConstraintSolverParameters::clear_profile_propagation ( )
inline

◆ clear_skip_locally_optimal_paths()

void operations_research::ConstraintSolverParameters::clear_skip_locally_optimal_paths ( )
inline

◆ clear_store_names()

void operations_research::ConstraintSolverParameters::clear_store_names ( )
inline

◆ clear_trace_propagation()

void operations_research::ConstraintSolverParameters::clear_trace_propagation ( )
inline

◆ clear_trace_search()

void operations_research::ConstraintSolverParameters::clear_trace_search ( )
inline

◆ clear_trail_block_size()

void operations_research::ConstraintSolverParameters::clear_trail_block_size ( )
inline

◆ clear_use_all_possible_disjunctions()

void operations_research::ConstraintSolverParameters::clear_use_all_possible_disjunctions ( )
inline

◆ clear_use_cumulative_edge_finder()

void operations_research::ConstraintSolverParameters::clear_use_cumulative_edge_finder ( )
inline

◆ clear_use_cumulative_time_table()

void operations_research::ConstraintSolverParameters::clear_use_cumulative_time_table ( )
inline

◆ clear_use_cumulative_time_table_sync()

void operations_research::ConstraintSolverParameters::clear_use_cumulative_time_table_sync ( )
inline

◆ clear_use_element_rmq()

void operations_research::ConstraintSolverParameters::clear_use_element_rmq ( )
inline

◆ clear_use_sequence_high_demand_tasks()

void operations_research::ConstraintSolverParameters::clear_use_sequence_high_demand_tasks ( )
inline

◆ clear_use_small_table()

void operations_research::ConstraintSolverParameters::clear_use_small_table ( )
inline

◆ compress_trail()

◆ CopyFrom()

void operations_research::ConstraintSolverParameters::CopyFrom ( const ConstraintSolverParameters & from)

◆ default_instance()

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

◆ descriptor()

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

◆ diffn_use_cumulative()

bool operations_research::ConstraintSolverParameters::diffn_use_cumulative ( ) const
inline

◆ disable_solve()

bool operations_research::ConstraintSolverParameters::disable_solve ( ) const
inline

◆ GetCachedSize()

int operations_research::ConstraintSolverParameters::GetCachedSize ( ) const
inline

◆ GetDescriptor()

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

◆ GetMetadata()

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

◆ GetReflection()

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

◆ InternalGenerateClassData_()

auto operations_research::ConstraintSolverParameters::InternalGenerateClassData_ ( )
staticconstexpr

◆ IsInitialized()

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

◆ max_edge_finder_size()

int32_t operations_research::ConstraintSolverParameters::max_edge_finder_size ( ) const
inline

◆ MergeFrom()

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

◆ mutable_profile_file()

std::string *PROTOBUF_NONNULL operations_research::ConstraintSolverParameters::mutable_profile_file ( )
inline

◆ mutable_unknown_fields()

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

◆ name_all_variables()

bool operations_research::ConstraintSolverParameters::name_all_variables ( ) const
inline

◆ name_cast_variables()

bool operations_research::ConstraintSolverParameters::name_cast_variables ( ) const
inline

◆ New()

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

◆ operator=() [1/2]

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

◆ operator=() [2/2]

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

◆ print_added_constraints()

bool operations_research::ConstraintSolverParameters::print_added_constraints ( ) const
inline

◆ print_local_search_profile()

bool operations_research::ConstraintSolverParameters::print_local_search_profile ( ) const
inline

◆ print_model()

bool operations_research::ConstraintSolverParameters::print_model ( ) const
inline

◆ print_model_stats()

bool operations_research::ConstraintSolverParameters::print_model_stats ( ) const
inline

◆ profile_file()

const::std::string & operations_research::ConstraintSolverParameters::profile_file ( ) const
inline

◆ profile_local_search()

bool operations_research::ConstraintSolverParameters::profile_local_search ( ) const
inline

◆ profile_propagation()

bool operations_research::ConstraintSolverParameters::profile_propagation ( ) const
inline

◆ release_profile_file()

std::string *PROTOBUF_NULLABLE operations_research::ConstraintSolverParameters::release_profile_file ( )
inlinenodiscard

◆ set_allocated_profile_file()

void operations_research::ConstraintSolverParameters::set_allocated_profile_file ( ::std::string *PROTOBUF_NULLABLE value)
inline

◆ set_array_split_size()

void operations_research::ConstraintSolverParameters::set_array_split_size ( ::int32_t value)
inline

◆ set_check_solution_period()

void operations_research::ConstraintSolverParameters::set_check_solution_period ( ::int32_t value)
inline

◆ set_compress_trail()

◆ set_diffn_use_cumulative()

void operations_research::ConstraintSolverParameters::set_diffn_use_cumulative ( bool value)
inline

◆ set_disable_solve()

void operations_research::ConstraintSolverParameters::set_disable_solve ( bool value)
inline

◆ set_max_edge_finder_size()

void operations_research::ConstraintSolverParameters::set_max_edge_finder_size ( ::int32_t value)
inline

◆ set_name_all_variables()

void operations_research::ConstraintSolverParameters::set_name_all_variables ( bool value)
inline

◆ set_name_cast_variables()

void operations_research::ConstraintSolverParameters::set_name_cast_variables ( bool value)
inline

◆ set_print_added_constraints()

void operations_research::ConstraintSolverParameters::set_print_added_constraints ( bool value)
inline

◆ set_print_local_search_profile()

void operations_research::ConstraintSolverParameters::set_print_local_search_profile ( bool value)
inline

◆ set_print_model()

void operations_research::ConstraintSolverParameters::set_print_model ( bool value)
inline

◆ set_print_model_stats()

void operations_research::ConstraintSolverParameters::set_print_model_stats ( bool value)
inline

◆ set_profile_file() [1/2]

template<typename Arg_, typename... Args_>

PROTOBUF_ALWAYS_INLINE void operations_research::ConstraintSolverParameters::set_profile_file ( Arg_ && arg,
Args_... args )

◆ set_profile_file() [2/2]

template<typename Arg_ = const ::std::string&, typename... Args_>

void operations_research::ConstraintSolverParameters::set_profile_file ( Arg_ && arg,
Args_... args )

◆ set_profile_local_search()

void operations_research::ConstraintSolverParameters::set_profile_local_search ( bool value)
inline

◆ set_profile_propagation()

void operations_research::ConstraintSolverParameters::set_profile_propagation ( bool value)
inline

◆ set_skip_locally_optimal_paths()

void operations_research::ConstraintSolverParameters::set_skip_locally_optimal_paths ( bool value)
inline

◆ set_store_names()

void operations_research::ConstraintSolverParameters::set_store_names ( bool value)
inline

◆ set_trace_propagation()

void operations_research::ConstraintSolverParameters::set_trace_propagation ( bool value)
inline

◆ set_trace_search()

void operations_research::ConstraintSolverParameters::set_trace_search ( bool value)
inline

◆ set_trail_block_size()

void operations_research::ConstraintSolverParameters::set_trail_block_size ( ::int32_t value)
inline

◆ set_use_all_possible_disjunctions()

void operations_research::ConstraintSolverParameters::set_use_all_possible_disjunctions ( bool value)
inline

◆ set_use_cumulative_edge_finder()

void operations_research::ConstraintSolverParameters::set_use_cumulative_edge_finder ( bool value)
inline

◆ set_use_cumulative_time_table()

void operations_research::ConstraintSolverParameters::set_use_cumulative_time_table ( bool value)
inline

◆ set_use_cumulative_time_table_sync()

void operations_research::ConstraintSolverParameters::set_use_cumulative_time_table_sync ( bool value)
inline

◆ set_use_element_rmq()

void operations_research::ConstraintSolverParameters::set_use_element_rmq ( bool value)
inline

◆ set_use_sequence_high_demand_tasks()

void operations_research::ConstraintSolverParameters::set_use_sequence_high_demand_tasks ( bool value)
inline

◆ set_use_small_table()

void operations_research::ConstraintSolverParameters::set_use_small_table ( bool value)
inline

◆ skip_locally_optimal_paths()

bool operations_research::ConstraintSolverParameters::skip_locally_optimal_paths ( ) const
inline

◆ store_names()

bool operations_research::ConstraintSolverParameters::store_names ( ) const
inline

◆ Swap()

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

◆ trace_propagation()

bool operations_research::ConstraintSolverParameters::trace_propagation ( ) const
inline

◆ trace_search()

bool operations_research::ConstraintSolverParameters::trace_search ( ) const
inline

◆ trail_block_size()

int32_t operations_research::ConstraintSolverParameters::trail_block_size ( ) const
inline

◆ TrailCompression_descriptor()

const ::google::protobuf::EnumDescriptor *PROTOBUF_NONNULL operations_research::ConstraintSolverParameters::TrailCompression_descriptor ( )
inlinestatic

◆ TrailCompression_IsValid()

bool operations_research::ConstraintSolverParameters::TrailCompression_IsValid ( int value)
inlinestatic

◆ TrailCompression_Name()

template<typename T>

const ::std::string & operations_research::ConstraintSolverParameters::TrailCompression_Name ( T value)
inlinestatic

◆ TrailCompression_Parse()

bool operations_research::ConstraintSolverParameters::TrailCompression_Parse ( ::absl::string_view name,
TrailCompression *PROTOBUF_NONNULL value )
inlinestatic

◆ unknown_fields()

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

◆ UnsafeArenaSwap()

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

◆ use_all_possible_disjunctions()

bool operations_research::ConstraintSolverParameters::use_all_possible_disjunctions ( ) const
inline

◆ use_cumulative_edge_finder()

bool operations_research::ConstraintSolverParameters::use_cumulative_edge_finder ( ) const
inline

◆ use_cumulative_time_table()

bool operations_research::ConstraintSolverParameters::use_cumulative_time_table ( ) const
inline

◆ use_cumulative_time_table_sync()

bool operations_research::ConstraintSolverParameters::use_cumulative_time_table_sync ( ) const
inline

◆ use_element_rmq()

bool operations_research::ConstraintSolverParameters::use_element_rmq ( ) const
inline

◆ use_sequence_high_demand_tasks()

bool operations_research::ConstraintSolverParameters::use_sequence_high_demand_tasks ( ) const
inline

◆ use_small_table()

bool operations_research::ConstraintSolverParameters::use_small_table ( ) const
inline

◆ ::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_2fsolver_5fparameters_2eproto

friend struct ::TableStruct_ortools_2fconstraint_5fsolver_2fsolver_5fparameters_2eproto

friend

◆ swap

◆ _impl_

Impl_ operations_research::ConstraintSolverParameters::_impl_

◆ COMPRESS_WITH_ZLIB

◆ kIndexInFileMessages

int operations_research::ConstraintSolverParameters::kIndexInFileMessages = 0

staticconstexpr

◆ NO_COMPRESSION

◆ TrailCompression_ARRAYSIZE

◆ TrailCompression_MAX

◆ TrailCompression_MIN


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