Google OR-Tools: operations_research::sat::LinearBooleanProblem Class Reference
Definition at line 797 of file boolean_problem.pb.h.
#include <boolean_problem.pb.h>
Public Member Functions | |
| LinearBooleanProblem () | |
| ~LinearBooleanProblem () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | LinearBooleanProblem (::google::protobuf::internal::ConstantInitialized) |
| LinearBooleanProblem (const LinearBooleanProblem &from) | |
| LinearBooleanProblem (LinearBooleanProblem &&from) noexcept | |
| LinearBooleanProblem & | operator= (const LinearBooleanProblem &from) |
| LinearBooleanProblem & | operator= (LinearBooleanProblem &&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 (LinearBooleanProblem *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (LinearBooleanProblem *PROTOBUF_NONNULL other) |
| LinearBooleanProblem *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const LinearBooleanProblem &from) |
| void | MergeFrom (const LinearBooleanProblem &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 |
| int | constraints_size () const |
| void | clear_constraints () |
| ::operations_research::sat::LinearBooleanConstraint *PROTOBUF_NONNULL | mutable_constraints (int index) |
| ::google::protobuf::RepeatedPtrField<::operations_research::sat::LinearBooleanConstraint > *PROTOBUF_NONNULL | mutable_constraints () |
| const ::operations_research::sat::LinearBooleanConstraint & | constraints (int index) const |
| ::operations_research::sat::LinearBooleanConstraint *PROTOBUF_NONNULL | add_constraints () |
| const ::google::protobuf::RepeatedPtrField<::operations_research::sat::LinearBooleanConstraint > & | constraints () const |
| int | var_names_size () const |
| void | clear_var_names () |
| const ::std::string & | var_names (int index) const |
| ::std::string *PROTOBUF_NONNULL | mutable_var_names (int index) |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | set_var_names (int index, Arg_ &&value, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | add_var_names () |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | add_var_names (Arg_ &&value, Args_... args) |
| const ::google::protobuf::RepeatedPtrField<::std::string > & | var_names () const |
| ::google::protobuf::RepeatedPtrField<::std::string > *PROTOBUF_NONNULL | mutable_var_names () |
| bool | has_name () const |
| void | clear_name () |
| const ::std::string & | name () const |
| template<typename Arg_ = const ::std::string&, typename... Args_> | |
| void | set_name (Arg_ &&arg, Args_... args) |
| ::std::string *PROTOBUF_NONNULL | mutable_name () |
| ::std::string *PROTOBUF_NULLABLE | release_name () |
| void | set_allocated_name (::std::string *PROTOBUF_NULLABLE value) |
| bool | has_objective () const |
| void | clear_objective () |
| const ::operations_research::sat::LinearObjective & | objective () const |
| ::operations_research::sat::LinearObjective *PROTOBUF_NULLABLE | release_objective () |
| ::operations_research::sat::LinearObjective *PROTOBUF_NONNULL | mutable_objective () |
| void | set_allocated_objective (::operations_research::sat::LinearObjective *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_objective (::operations_research::sat::LinearObjective *PROTOBUF_NULLABLE value) |
| ::operations_research::sat::LinearObjective *PROTOBUF_NULLABLE | unsafe_arena_release_objective () |
| bool | has_assignment () const |
| void | clear_assignment () |
| const ::operations_research::sat::BooleanAssignment & | assignment () const |
| ::operations_research::sat::BooleanAssignment *PROTOBUF_NULLABLE | release_assignment () |
| ::operations_research::sat::BooleanAssignment *PROTOBUF_NONNULL | mutable_assignment () |
| void | set_allocated_assignment (::operations_research::sat::BooleanAssignment *PROTOBUF_NULLABLE value) |
| void | unsafe_arena_set_allocated_assignment (::operations_research::sat::BooleanAssignment *PROTOBUF_NULLABLE value) |
| ::operations_research::sat::BooleanAssignment *PROTOBUF_NULLABLE | unsafe_arena_release_assignment () |
| bool | has_num_variables () const |
| void | clear_num_variables () |
| ::int32_t | num_variables () const |
| void | set_num_variables (::int32_t value) |
| bool | has_original_num_variables () const |
| void | clear_original_num_variables () |
| ::int32_t | original_num_variables () const |
| void | set_original_num_variables (::int32_t value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | LinearBooleanProblem (::_pbi::ConstantInitialized) |
| template<typename Arg_, typename... Args_> | |
| PROTOBUF_ALWAYS_INLINE void | set_name (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 LinearBooleanProblem & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 3 |
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_2fsat_2fboolean_5fproblem_2eproto |
| void | swap (LinearBooleanProblem &a, LinearBooleanProblem &b) |
◆ anonymous enum
| Enumerator | |
|---|---|
| kConstraintsFieldNumber | |
| kVarNamesFieldNumber | |
| kNameFieldNumber | |
| kObjectiveFieldNumber | |
| kAssignmentFieldNumber | |
| kNumVariablesFieldNumber | |
| kOriginalNumVariablesFieldNumber | |
Definition at line 938 of file boolean_problem.pb.h.
|
inline |
◆ ~LinearBooleanProblem()
| operations_research::sat::LinearBooleanProblem::~LinearBooleanProblem | ( | ) |
◆ LinearBooleanProblem() [2/5]
template<typename = void>
|
explicit |
◆ LinearBooleanProblem() [3/5]
|
inline |
◆ LinearBooleanProblem() [4/5]
|
inlinenoexcept |
◆ LinearBooleanProblem() [5/5]
template<typename>
| PROTOBUF_CONSTEXPR operations_research::sat::LinearBooleanProblem::LinearBooleanProblem | ( | ::_pbi::ConstantInitialized | ) |
◆ _InternalSerialize()
|
final |
◆ add_constraints()
◆ add_var_names() [1/2]
|
inline |
◆ add_var_names() [2/2]
template<typename Arg_, typename... Args_>
|
inline |
◆ assignment()
|
inline |
◆ ByteSizeLong()
|
final |
◆ Clear()
| PROTOBUF_NOINLINE void operations_research::sat::LinearBooleanProblem::Clear | ( | ) |
◆ clear_assignment()
|
inline |
◆ clear_constraints()
|
inline |
◆ clear_name()
|
inline |
◆ clear_num_variables()
|
inline |
◆ clear_objective()
|
inline |
◆ clear_original_num_variables()
|
inline |
◆ clear_var_names()
|
inline |
◆ constraints() [1/2]
◆ constraints() [2/2]
|
inline |
◆ constraints_size()
|
inline |
◆ CopyFrom()
| void operations_research::sat::LinearBooleanProblem::CopyFrom | ( | const LinearBooleanProblem & | from | ) |
◆ default_instance()
|
inlinestatic |
◆ descriptor()
|
inlinestatic |
◆ GetCachedSize()
|
inline |
◆ GetDescriptor()
|
inlinestatic |
◆ GetMetadata()
| google::protobuf::Metadata operations_research::sat::LinearBooleanProblem::GetMetadata | ( | ) | const |
◆ GetReflection()
|
inlinestatic |
◆ has_assignment()
|
inline |
◆ has_name()
|
inline |
◆ has_num_variables()
|
inline |
◆ has_objective()
|
inline |
◆ has_original_num_variables()
|
inline |
◆ InternalGenerateClassData_()
|
staticconstexpr |
◆ IsInitialized()
|
inline |
◆ MergeFrom()
|
inline |
◆ mutable_assignment()
◆ mutable_constraints() [1/2]
◆ mutable_constraints() [2/2]
◆ mutable_name()
|
inline |
◆ mutable_objective()
◆ mutable_unknown_fields()
|
inline |
◆ mutable_var_names() [1/2]
|
inline |
◆ mutable_var_names() [2/2]
|
inline |
◆ name()
|
inline |
◆ New()
|
inline |
◆ num_variables()
|
inline |
◆ objective()
|
inline |
◆ operator=() [1/2]
|
inline |
◆ operator=() [2/2]
|
inlinenoexcept |
◆ original_num_variables()
|
inline |
◆ release_assignment()
◆ release_name()
|
inlinenodiscard |
◆ release_objective()
◆ set_allocated_assignment()
◆ set_allocated_name()
|
inline |
◆ set_allocated_objective()
◆ set_name() [1/2]
template<typename Arg_, typename... Args_>
| PROTOBUF_ALWAYS_INLINE void operations_research::sat::LinearBooleanProblem::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
◆ set_name() [2/2]
template<typename Arg_ = const ::std::string&, typename... Args_>
| void operations_research::sat::LinearBooleanProblem::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
◆ set_num_variables()
|
inline |
◆ set_original_num_variables()
|
inline |
◆ set_var_names()
template<typename Arg_, typename... Args_>
|
inline |
◆ Swap()
|
inline |
◆ unknown_fields()
|
inline |
◆ unsafe_arena_release_assignment()
◆ unsafe_arena_release_objective()
◆ unsafe_arena_set_allocated_assignment()
◆ unsafe_arena_set_allocated_objective()
◆ UnsafeArenaSwap()
|
inline |
◆ var_names() [1/2]
|
inline |
◆ var_names() [2/2]
|
inline |
◆ var_names_size()
|
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_2fsat_2fboolean_5fproblem_2eproto
|
friend struct ::TableStruct_ortools_2fsat_2fboolean_5fproblem_2eproto |
friend |
◆ swap
|
friend |
◆ _impl_
Impl_ operations_research::sat::LinearBooleanProblem::_impl_
◆ kIndexInFileMessages
|
int operations_research::sat::LinearBooleanProblem::kIndexInFileMessages = 3 |
staticconstexpr |
The documentation for this class was generated from the following files:
- build/ortools/sat/boolean_problem.pb.h
- build/ortools/sat/boolean_problem.pb.cc