![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 784 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 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
MPVariableProto () | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | MPVariableProto (::google::protobuf::internal::ConstantInitialized) |
MPVariableProto (const MPVariableProto &from) | |
MPVariableProto (MPVariableProto &&from) noexcept | |
template<typename> | |
PROTOBUF_CONSTEXPR | MPVariableProto (::_pbi::ConstantInitialized) |
~MPVariableProto () PROTOBUF_FINAL | |
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 |
implements Message -------------------------------------------— | |
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 |
optional string name = 5 [default = ""]; | |
void | clear_name () |
const ::std::string & | name () const |
template<typename Arg_ = const ::std::string&, typename... Args_> | |
void | set_name (Arg_ &&arg, Args_... args) |
template<typename Arg_, typename... Args_> | |
PROTOBUF_ALWAYS_INLINE 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 |
optional double objective_coefficient = 3 [default = 0]; | |
void | clear_objective_coefficient () |
double | objective_coefficient () const |
void | set_objective_coefficient (double value) |
bool | has_is_integer () const |
optional bool is_integer = 4 [default = false]; | |
void | clear_is_integer () |
bool | is_integer () const |
void | set_is_integer (bool value) |
bool | has_branching_priority () const |
optional int32 branching_priority = 6 [default = 0]; | |
void | clear_branching_priority () |
::int32_t | branching_priority () const |
void | set_branching_priority (::int32_t value) |
bool | has_lower_bound () const |
optional double lower_bound = 1 [default = -inf]; | |
void | clear_lower_bound () |
double | lower_bound () const |
void | set_lower_bound (double value) |
bool | has_upper_bound () const |
optional double upper_bound = 2 [default = inf]; | |
void | clear_upper_bound () |
double | upper_bound () const |
void | set_upper_bound (double value) |
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 |
Protected Member Functions | |
MPVariableProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
MPVariableProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const MPVariableProto &from) | |
MPVariableProto (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, MPVariableProto &&from) noexcept | |
const ::google::protobuf::internal::ClassData *PROTOBUF_NONNULL | GetClassData () const PROTOBUF_FINAL |
Static Protected Member Functions | |
static void *PROTOBUF_NONNULL | PlacementNew_ (const void *PROTOBUF_NONNULL, void *PROTOBUF_NONNULL mem, ::google::protobuf::Arena *PROTOBUF_NULLABLE arena) |
static constexpr auto | InternalNewImpl_ () |
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 |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kNameFieldNumber | |
kObjectiveCoefficientFieldNumber | |
kIsIntegerFieldNumber | |
kBranchingPriorityFieldNumber | |
kLowerBoundFieldNumber | |
kUpperBoundFieldNumber |
Definition at line 926 of file linear_solver.pb.h.
|
inline |
Definition at line 787 of file linear_solver.pb.h.
|
explicit |
|
inline |
Definition at line 800 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 801 of file linear_solver.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.MPVariableProto)
Definition at line 1176 of file linear_solver.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.MPVariableProto)
Definition at line 1193 of file linear_solver.pb.cc.
|
inlineprotectednoexcept |
Definition at line 908 of file linear_solver.pb.h.
PROTOBUF_CONSTEXPR operations_research::MPVariableProto::MPVariableProto | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 94 of file linear_solver.pb.cc.
operations_research::MPVariableProto::~MPVariableProto | ( | ) |
@protoc_insertion_point(destructor:operations_research.MPVariableProto)
Definition at line 1233 of file linear_solver.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.MPVariableProto)
optional double lower_bound = 1 [default = -inf];
optional double upper_bound = 2 [default = inf];
optional double objective_coefficient = 3 [default = 0];
optional bool is_integer = 4 [default = false];
optional string name = 5 [default = ""];
optional int32 branching_priority = 6 [default = 0];
@protoc_insertion_point(serialize_to_array_end:operations_research.MPVariableProto)
Definition at line 1384 of file linear_solver.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.branching_priority)
Definition at line 5922 of file linear_solver.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.MPVariableProto)
Prevent compiler warnings about cached_has_bits being unused
optional string name = 5 [default = ""];
optional int32 branching_priority = 6 [default = 0];
Definition at line 1450 of file linear_solver.pb.cc.
PROTOBUF_NOINLINE void operations_research::MPVariableProto::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.MPVariableProto)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 1356 of file linear_solver.pb.cc.
|
inline |
Definition at line 5917 of file linear_solver.pb.h.
|
inline |
Definition at line 5820 of file linear_solver.pb.h.
|
inline |
Definition at line 5736 of file linear_solver.pb.h.
|
inline |
Definition at line 5848 of file linear_solver.pb.h.
|
inline |
Definition at line 5792 of file linear_solver.pb.h.
|
inline |
Definition at line 5764 of file linear_solver.pb.h.
void operations_research::MPVariableProto::CopyFrom | ( | const MPVariableProto & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.MPVariableProto)
Definition at line 1513 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 835 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 826 of file linear_solver.pb.h.
|
inline |
Definition at line 894 of file linear_solver.pb.h.
|
protected |
Definition at line 1282 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 829 of file linear_solver.pb.h.
google::protobuf::Metadata operations_research::MPVariableProto::GetMetadata | ( | ) | const |
Definition at line 1536 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 832 of file linear_solver.pb.h.
|
inline |
optional int32 branching_priority = 6 [default = 0];
Definition at line 5913 of file linear_solver.pb.h.
|
inline |
optional bool is_integer = 4 [default = false];
Definition at line 5816 of file linear_solver.pb.h.
|
inline |
optional double lower_bound = 1 [default = -inf];
optional double lower_bound = 1 [default = -inf];
Definition at line 5732 of file linear_solver.pb.h.
|
inline |
optional string name = 5 [default = ""];
Definition at line 5844 of file linear_solver.pb.h.
|
inline |
optional double objective_coefficient = 3 [default = 0];
Definition at line 5788 of file linear_solver.pb.h.
|
inline |
optional double upper_bound = 2 [default = inf];
Definition at line 5760 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 1254 of file linear_solver.pb.cc.
|
staticconstexprprotected |
Definition at line 1250 of file linear_solver.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.is_integer)
Definition at line 5825 of file linear_solver.pb.h.
|
inline |
Definition at line 870 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.lower_bound)
Definition at line 5741 of file linear_solver.pb.h.
|
inline |
Definition at line 863 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.MPVariableProto.name)
Definition at line 5865 of file linear_solver.pb.h.
|
inline |
Definition at line 821 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.name)
Definition at line 5853 of file linear_solver.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 857 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.objective_coefficient)
Definition at line 5797 of file linear_solver.pb.h.
|
inline |
Definition at line 803 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 807 of file linear_solver.pb.h.
|
inlinestaticprotected |
Definition at line 1245 of file linear_solver.pb.cc.
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.MPVariableProto.name)
Definition at line 5885 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.MPVariableProto.name)
Definition at line 5898 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.branching_priority)
Definition at line 5926 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.is_integer)
Definition at line 5829 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.lower_bound)
Definition at line 5745 of file linear_solver.pb.h.
void operations_research::MPVariableProto::set_name | ( | Arg_ && | arg, |
Args_... | args ) |
PROTOBUF_ALWAYS_INLINE void operations_research::MPVariableProto::set_name | ( | Arg_ && | arg, |
Args_... | args ) |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.name)
Definition at line 5859 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.objective_coefficient)
Definition at line 5801 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.upper_bound)
Definition at line 5773 of file linear_solver.pb.h.
|
inline |
Definition at line 841 of file linear_solver.pb.h.
|
inline |
Definition at line 817 of file linear_solver.pb.h.
|
inline |
Definition at line 849 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.upper_bound)
Definition at line 5769 of file linear_solver.pb.h.
|
friend |
Definition at line 1015 of file linear_solver.pb.h.
|
friend |
Definition at line 1017 of file linear_solver.pb.h.
|
friend |
Definition at line 1008 of file linear_solver.pb.h.
|
friend |
Definition at line 1014 of file linear_solver.pb.h.
|
friend |
Definition at line 1040 of file linear_solver.pb.h.
|
friend |
Definition at line 840 of file linear_solver.pb.h.
Impl_ operations_research::MPVariableProto::_impl_ |
Definition at line 1039 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 839 of file linear_solver.pb.h.