![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 783 of file linear_solver.pb.h.
#include <linear_solver.pb.h>
Classes | |
| class | _Internal |
Public Types | |
| enum | : int { kNameFieldNumber = 5 , kObjectiveCoefficientFieldNumber = 3 , kIsIntegerFieldNumber = 4 , kBranchingPriorityFieldNumber = 6 , kLowerBoundFieldNumber = 1 , kUpperBoundFieldNumber = 2 } |
Public Member Functions | |
| MPVariableProto () | |
| ~MPVariableProto () PROTOBUF_FINAL | |
| template<typename = void> | |
| PROTOBUF_CONSTEXPR | MPVariableProto (::google::protobuf::internal::ConstantInitialized) |
| MPVariableProto (const MPVariableProto &from) | |
| MPVariableProto (MPVariableProto &&from) noexcept | |
| MPVariableProto & | operator= (const MPVariableProto &from) |
| MPVariableProto & | operator= (MPVariableProto &&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 (MPVariableProto *PROTOBUF_NONNULL other) |
| void | UnsafeArenaSwap (MPVariableProto *PROTOBUF_NONNULL other) |
| MPVariableProto *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
| void | CopyFrom (const MPVariableProto &from) |
| void | MergeFrom (const MPVariableProto &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 |
| 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_coefficient () const |
| void | clear_objective_coefficient () |
| double | objective_coefficient () const |
| void | set_objective_coefficient (double value) |
| bool | has_is_integer () const |
| void | clear_is_integer () |
| bool | is_integer () const |
| void | set_is_integer (bool value) |
| bool | has_branching_priority () const |
| void | clear_branching_priority () |
| ::int32_t | branching_priority () const |
| void | set_branching_priority (::int32_t value) |
| bool | has_lower_bound () const |
| void | clear_lower_bound () |
| double | lower_bound () const |
| void | set_lower_bound (double value) |
| bool | has_upper_bound () const |
| void | clear_upper_bound () |
| double | upper_bound () const |
| void | set_upper_bound (double value) |
| template<typename> | |
| PROTOBUF_CONSTEXPR | MPVariableProto (::_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 MPVariableProto & | default_instance () |
| static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages = 0 |
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_2flinear_5fsolver_2flinear_5fsolver_2eproto |
| void | swap (MPVariableProto &a, MPVariableProto &b) |
| anonymous enum : int |
| Enumerator | |
|---|---|
| kNameFieldNumber | |
| kObjectiveCoefficientFieldNumber | |
| kIsIntegerFieldNumber | |
| kBranchingPriorityFieldNumber | |
| kLowerBoundFieldNumber | |
| kUpperBoundFieldNumber | |
Definition at line 924 of file linear_solver.pb.h.
|
inline |
Definition at line 786 of file linear_solver.pb.h.
| operations_research::MPVariableProto::~MPVariableProto | ( | ) |
Definition at line 1243 of file linear_solver.pb.cc.
|
explicit |
|
inline |
Definition at line 799 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 800 of file linear_solver.pb.h.
| PROTOBUF_CONSTEXPR operations_research::MPVariableProto::MPVariableProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 94 of file linear_solver.pb.cc.
|
final |
Definition at line 1394 of file linear_solver.pb.cc.
|
inline |
Definition at line 5909 of file linear_solver.pb.h.
|
final |
Definition at line 1461 of file linear_solver.pb.cc.
| PROTOBUF_NOINLINE void operations_research::MPVariableProto::Clear | ( | ) |
Definition at line 1366 of file linear_solver.pb.cc.
|
inline |
Definition at line 5903 of file linear_solver.pb.h.
|
inline |
Definition at line 5805 of file linear_solver.pb.h.
|
inline |
Definition at line 5718 of file linear_solver.pb.h.
|
inline |
Definition at line 5834 of file linear_solver.pb.h.
|
inline |
Definition at line 5776 of file linear_solver.pb.h.
|
inline |
Definition at line 5747 of file linear_solver.pb.h.
| void operations_research::MPVariableProto::CopyFrom | ( | const MPVariableProto & | from | ) |
Definition at line 1530 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 834 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 825 of file linear_solver.pb.h.
|
inline |
Definition at line 893 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 828 of file linear_solver.pb.h.
| google::protobuf::Metadata operations_research::MPVariableProto::GetMetadata | ( | ) | const |
Definition at line 1553 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 831 of file linear_solver.pb.h.
|
inline |
Definition at line 5899 of file linear_solver.pb.h.
|
inline |
Definition at line 5801 of file linear_solver.pb.h.
|
inline |
Definition at line 5714 of file linear_solver.pb.h.
|
inline |
Definition at line 5830 of file linear_solver.pb.h.
|
inline |
Definition at line 5772 of file linear_solver.pb.h.
|
inline |
Definition at line 5743 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 1267 of file linear_solver.pb.cc.
|
inline |
Definition at line 5811 of file linear_solver.pb.h.
|
inline |
Definition at line 869 of file linear_solver.pb.h.
|
inline |
Definition at line 5724 of file linear_solver.pb.h.
|
inline |
Definition at line 862 of file linear_solver.pb.h.
|
inline |
Definition at line 5852 of file linear_solver.pb.h.
|
inline |
Definition at line 820 of file linear_solver.pb.h.
|
inline |
Definition at line 5840 of file linear_solver.pb.h.
|
inline |
Definition at line 856 of file linear_solver.pb.h.
|
inline |
Definition at line 5782 of file linear_solver.pb.h.
|
inline |
Definition at line 802 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 806 of file linear_solver.pb.h.
|
inlinenodiscard |
Definition at line 5871 of file linear_solver.pb.h.
|
inline |
Definition at line 5884 of file linear_solver.pb.h.
|
inline |
Definition at line 5913 of file linear_solver.pb.h.
|
inline |
Definition at line 5815 of file linear_solver.pb.h.
|
inline |
Definition at line 5728 of file linear_solver.pb.h.
| PROTOBUF_ALWAYS_INLINE void operations_research::MPVariableProto::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
Definition at line 5846 of file linear_solver.pb.h.
| void operations_research::MPVariableProto::set_name | ( | Arg_ && | arg, |
| Args_... | args ) |
|
inline |
Definition at line 5786 of file linear_solver.pb.h.
|
inline |
Definition at line 5757 of file linear_solver.pb.h.
|
inline |
Definition at line 840 of file linear_solver.pb.h.
|
inline |
Definition at line 816 of file linear_solver.pb.h.
|
inline |
Definition at line 848 of file linear_solver.pb.h.
|
inline |
Definition at line 5753 of file linear_solver.pb.h.
|
friend |
Definition at line 1013 of file linear_solver.pb.h.
|
friend |
Definition at line 1015 of file linear_solver.pb.h.
|
friend |
Definition at line 1006 of file linear_solver.pb.h.
|
friend |
Definition at line 1012 of file linear_solver.pb.h.
|
friend |
Definition at line 1038 of file linear_solver.pb.h.
|
friend |
Definition at line 839 of file linear_solver.pb.h.
| Impl_ operations_research::MPVariableProto::_impl_ |
Definition at line 1037 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 838 of file linear_solver.pb.h.