#include <linear_solver.pb.h>


Public Member Functions | |
| MPVariableProto () | |
| virtual | ~MPVariableProto () |
| MPVariableProto (const MPVariableProto &from) | |
| MPVariableProto & | operator= (const MPVariableProto &from) |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (MPVariableProto *other) |
| MPVariableProto * | New () const final |
| implements Message -------------------------------------------— More... | |
| MPVariableProto * | New (::google::protobuf::Arena *arena) const final |
| void | CopyFrom (const ::google::protobuf::Message &from) final |
| void | MergeFrom (const ::google::protobuf::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 (::google::protobuf::io::CodedInputStream *input) final |
| void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const final |
| ::google::protobuf::uint8 * | InternalSerializeWithCachedSizesToArray (::google::protobuf::uint8 *target) const final |
| int | GetCachedSize () const final |
| ::google::protobuf::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 (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_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 ::google::protobuf::Descriptor * | descriptor () |
| 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 | kLowerBoundFieldNumber = 1 |
| static const int | kUpperBoundFieldNumber = 2 |
Friends | |
| struct | ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto |
| void | swap (MPVariableProto &a, MPVariableProto &b) |
Definition at line 184 of file linear_solver.pb.h.
| operations_research::MPVariableProto::MPVariableProto | ( | ) |
|
virtual |
| operations_research::MPVariableProto::MPVariableProto | ( | const MPVariableProto & | from | ) |
|
final |
|
final |
|
inline |
Definition at line 1941 of file linear_solver.pb.h.
|
inline |
Definition at line 1887 of file linear_solver.pb.h.
|
inline |
Definition at line 1959 of file linear_solver.pb.h.
|
inline |
Definition at line 1923 of file linear_solver.pb.h.
|
inline |
Definition at line 1905 of file linear_solver.pb.h.
|
final |
| void operations_research::MPVariableProto::CopyFrom | ( | const MPVariableProto & | from | ) |
|
static |
|
inlinestatic |
Definition at line 218 of file linear_solver.pb.h.
|
inlinefinal |
Definition at line 264 of file linear_solver.pb.h.
|
final |
|
inline |
optional bool is_integer = 4 [default = false];
Definition at line 1938 of file linear_solver.pb.h.
|
inline |
optional double lower_bound = 1 [default = -inf];
optional double lower_bound = 1 [default = -inf];
Definition at line 1884 of file linear_solver.pb.h.
|
inline |
nested types -------------------------------------------------—
optional string name = 5 [default = ""];
accessors ----------------------------------------------------— optional string name = 5 [default = ""];
Definition at line 1956 of file linear_solver.pb.h.
|
inline |
optional double objective_coefficient = 3 [default = 0];
Definition at line 1920 of file linear_solver.pb.h.
|
inline |
optional double upper_bound = 2 [default = inf];
Definition at line 1902 of file linear_solver.pb.h.
|
static |
|
inlinestatic |
Definition at line 224 of file linear_solver.pb.h.
|
final |
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.is_integer)
Definition at line 1945 of file linear_solver.pb.h.
|
final |
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.lower_bound)
Definition at line 1891 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 1992 of file linear_solver.pb.h.
|
inline |
Definition at line 214 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.name)
Definition at line 1963 of file linear_solver.pb.h.
|
inlinefinal |
implements Message -------------------------------------------—
Definition at line 238 of file linear_solver.pb.h.
|
inlinefinal |
Definition at line 242 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.objective_coefficient)
Definition at line 1927 of file linear_solver.pb.h.
|
inline |
Definition at line 192 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.MPVariableProto.name)
Definition at line 1997 of file linear_solver.pb.h.
|
final |
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.MPVariableProto.name)
Definition at line 2005 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.is_integer)
Definition at line 1949 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.lower_bound)
Definition at line 1895 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.name)
Definition at line 1967 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set_char:operations_research.MPVariableProto.name)
Definition at line 1980 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set_pointer:operations_research.MPVariableProto.name)
Definition at line 1986 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.objective_coefficient)
Definition at line 1931 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPVariableProto.upper_bound)
Definition at line 1913 of file linear_solver.pb.h.
| void operations_research::MPVariableProto::Swap | ( | MPVariableProto * | other | ) |
|
inline |
Definition at line 211 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPVariableProto.upper_bound)
Definition at line 1909 of file linear_solver.pb.h.
|
friend |
Definition at line 341 of file linear_solver.pb.h.
|
friend |
Definition at line 232 of file linear_solver.pb.h.
|
static |
Definition at line 228 of file linear_solver.pb.h.
|
static |
Definition at line 311 of file linear_solver.pb.h.
|
static |
Definition at line 318 of file linear_solver.pb.h.
|
static |
Definition at line 289 of file linear_solver.pb.h.
|
static |
Definition at line 304 of file linear_solver.pb.h.
|
static |
Definition at line 325 of file linear_solver.pb.h.