#include <linear_solver.pb.h>


Public Member Functions | |
| MPVariableProto () | |
| virtual | ~MPVariableProto () |
| MPVariableProto (const MPVariableProto &from) | |
| MPVariableProto (MPVariableProto &&from) noexcept | |
| MPVariableProto & | operator= (const MPVariableProto &from) |
| MPVariableProto & | operator= (MPVariableProto &&from) noexcept |
| const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & | unknown_fields () const |
| inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (MPVariableProto *other) |
| MPVariableProto * | New () const final |
| implements Message -------------------------------------------— More... | |
| MPVariableProto * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
| void | CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
| void | MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final |
| void | CopyFrom (const MPVariableProto &from) |
| void | MergeFrom (const MPVariableProto &from) |
| PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
| bool | IsInitialized () const final |
| size_t | ByteSizeLong () const final |
| bool | MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final |
| void | SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final |
| ::PROTOBUF_NAMESPACE_ID::uint8 * | InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target) const final |
| int | GetCachedSize () const final |
| ::PROTOBUF_NAMESPACE_ID::Metadata | GetMetadata () const final |
| bool | has_name () const |
| nested types -------------------------------------------------— More... | |
| void | clear_name () |
| const std::string & | name () const |
| void | set_name (const std::string &value) |
| void | set_name (std::string &&value) |
| void | set_name (const char *value) |
| void | set_name (const char *value, size_t size) |
| std::string * | mutable_name () |
| std::string * | release_name () |
| void | set_allocated_name (std::string *name) |
| bool | has_objective_coefficient () const |
| optional double objective_coefficient = 3 [default = 0]; More... | |
| 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]; More... | |
| 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]; More... | |
| void | clear_branching_priority () |
| ::PROTOBUF_NAMESPACE_ID::int32 | branching_priority () const |
| void | set_branching_priority (::PROTOBUF_NAMESPACE_ID::int32 value) |
| bool | has_lower_bound () const |
| optional double lower_bound = 1 [default = -inf]; More... | |
| 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]; More... | |
| void | clear_upper_bound () |
| double | upper_bound () const |
| void | set_upper_bound (double value) |
Static Public Member Functions | |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
| static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
| static const MPVariableProto & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const MPVariableProto * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | kIndexInFileMessages |
| static const int | kNameFieldNumber = 5 |
| static const int | kObjectiveCoefficientFieldNumber = 3 |
| static const int | kIsIntegerFieldNumber = 4 |
| static const int | kBranchingPriorityFieldNumber = 6 |
| static const int | kLowerBoundFieldNumber = 1 |
| static const int | kUpperBoundFieldNumber = 2 |
Friends | |
| class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
| struct | ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto |
| void | swap (MPVariableProto &a, MPVariableProto &b) |
Definition at line 227 of file linear_solver.pb.h.
| operations_research::MPVariableProto::MPVariableProto | ( | ) |
|
virtual |
| operations_research::MPVariableProto::MPVariableProto | ( | const MPVariableProto & | from | ) |
|
inlinenoexcept |
Definition at line 234 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.branching_priority)
Definition at line 2414 of file linear_solver.pb.h.
|
final |
|
final |
|
inline |
Definition at line 2410 of file linear_solver.pb.h.
|
inline |
Definition at line 2334 of file linear_solver.pb.h.
|
inline |
Definition at line 2280 of file linear_solver.pb.h.
|
inline |
Definition at line 2352 of file linear_solver.pb.h.
|
inline |
Definition at line 2316 of file linear_solver.pb.h.
|
inline |
Definition at line 2298 of file linear_solver.pb.h.
|
final |
| void operations_research::MPVariableProto::CopyFrom | ( | const MPVariableProto & | from | ) |
|
static |
|
inlinestatic |
Definition at line 259 of file linear_solver.pb.h.
|
inlinefinal |
Definition at line 310 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 262 of file linear_solver.pb.h.
|
final |
|
inlinestatic |
Definition at line 265 of file linear_solver.pb.h.
|
inline |
optional int32 branching_priority = 6 [default = 0];
Definition at line 2407 of file linear_solver.pb.h.
|
inline |
optional bool is_integer = 4 [default = false];
Definition at line 2331 of file linear_solver.pb.h.
|
inline |
optional double lower_bound = 1 [default = -inf];
optional double lower_bound = 1 [default = -inf];
Definition at line 2277 of file linear_solver.pb.h.
|
inline |
nested types -------------------------------------------------—
optional string name = 5 [default = ""];
accessors ----------------------------------------------------— optional string name = 5 [default = ""];
Definition at line 2349 of file linear_solver.pb.h.
|
inline |
optional double objective_coefficient = 3 [default = 0];
Definition at line 2313 of file linear_solver.pb.h.
|
inline |
optional double upper_bound = 2 [default = inf];
Definition at line 2295 of file linear_solver.pb.h.
|
static |
|
inlinestatic |
Definition at line 271 of file linear_solver.pb.h.
|
final |
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.is_integer)
Definition at line 2338 of file linear_solver.pb.h.
|
final |
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.lower_bound)
Definition at line 2284 of file linear_solver.pb.h.
|
final |
| void operations_research::MPVariableProto::MergeFrom | ( | const MPVariableProto & | from | ) |
|
final |
|
inline |
@protoc_insertion_point(field_mutable:operations_research.MPVariableProto.name)
Definition at line 2383 of file linear_solver.pb.h.
|
inline |
Definition at line 255 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.name)
Definition at line 2356 of file linear_solver.pb.h.
|
inlinefinal |
implements Message -------------------------------------------—
Definition at line 285 of file linear_solver.pb.h.
|
inlinefinal |
Definition at line 289 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.objective_coefficient)
Definition at line 2320 of file linear_solver.pb.h.
|
inline |
Definition at line 239 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 243 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.MPVariableProto.name)
Definition at line 2388 of file linear_solver.pb.h.
|
final |
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.MPVariableProto.name)
Definition at line 2396 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.branching_priority)
Definition at line 2418 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.is_integer)
Definition at line 2342 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.lower_bound)
Definition at line 2288 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.name)
Definition at line 2360 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set_rvalue:operations_research.MPVariableProto.name)
Definition at line 2365 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set_char:operations_research.MPVariableProto.name)
Definition at line 2371 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set_pointer:operations_research.MPVariableProto.name)
Definition at line 2377 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.objective_coefficient)
Definition at line 2324 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.upper_bound)
Definition at line 2306 of file linear_solver.pb.h.
| void operations_research::MPVariableProto::Swap | ( | MPVariableProto * | other | ) |
|
inline |
Definition at line 252 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.upper_bound)
Definition at line 2302 of file linear_solver.pb.h.
|
friend |
Definition at line 317 of file linear_solver.pb.h.
|
friend |
Definition at line 404 of file linear_solver.pb.h.
|
friend |
Definition at line 279 of file linear_solver.pb.h.
|
static |
Definition at line 373 of file linear_solver.pb.h.
|
static |
Definition at line 275 of file linear_solver.pb.h.
|
static |
Definition at line 366 of file linear_solver.pb.h.
|
static |
Definition at line 380 of file linear_solver.pb.h.
|
static |
Definition at line 346 of file linear_solver.pb.h.
|
static |
Definition at line 359 of file linear_solver.pb.h.
|
static |
Definition at line 387 of file linear_solver.pb.h.