#include <linear_solver.pb.h>


Public Types | |
| typedef MPModelRequest_SolverType | SolverType |
| nested types -------------------------------------------------— More... | |
Public Member Functions | |
| MPModelRequest () | |
| virtual | ~MPModelRequest () |
| MPModelRequest (const MPModelRequest &from) | |
| MPModelRequest & | operator= (const MPModelRequest &from) |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (MPModelRequest *other) |
| MPModelRequest * | New () const final |
| implements Message -------------------------------------------— More... | |
| MPModelRequest * | 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 MPModelRequest &from) |
| void | MergeFrom (const MPModelRequest &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_solver_specific_parameters () const |
| accessors ----------------------------------------------------— More... | |
| void | clear_solver_specific_parameters () |
| const ::std::string & | solver_specific_parameters () const |
| void | set_solver_specific_parameters (const ::std::string &value) |
| void | set_solver_specific_parameters (const char *value) |
| void | set_solver_specific_parameters (const char *value, size_t size) |
| ::std::string * | mutable_solver_specific_parameters () |
| ::std::string * | release_solver_specific_parameters () |
| void | set_allocated_solver_specific_parameters (::std::string *solver_specific_parameters) |
| bool | has_model () const |
| optional .operations_research.MPModelProto model = 1; More... | |
| void | clear_model () |
| const ::operations_research::MPModelProto & | model () const |
| ::operations_research::MPModelProto * | release_model () |
| ::operations_research::MPModelProto * | mutable_model () |
| void | set_allocated_model (::operations_research::MPModelProto *model) |
| bool | has_solver_time_limit_seconds () const |
| optional double solver_time_limit_seconds = 3; More... | |
| void | clear_solver_time_limit_seconds () |
| double | solver_time_limit_seconds () const |
| void | set_solver_time_limit_seconds (double value) |
| bool | has_enable_internal_solver_output () const |
| optional bool enable_internal_solver_output = 4 [default = false]; More... | |
| void | clear_enable_internal_solver_output () |
| bool | enable_internal_solver_output () const |
| void | set_enable_internal_solver_output (bool value) |
| bool | has_solver_type () const |
| optional .operations_research.MPModelRequest.SolverType solver_type = 2; More... | |
| void | clear_solver_type () |
| ::operations_research::MPModelRequest_SolverType | solver_type () const |
| void | set_solver_type (::operations_research::MPModelRequest_SolverType value) |
Static Public Member Functions | |
| static const ::google::protobuf::Descriptor * | descriptor () |
| static const MPModelRequest & | default_instance () |
| static void | InitAsDefaultInstance () |
| static const MPModelRequest * | internal_default_instance () |
| static bool | SolverType_IsValid (int value) |
| static const ::google::protobuf::EnumDescriptor * | SolverType_descriptor () |
| static const ::std::string & | SolverType_Name (SolverType value) |
| static bool | SolverType_Parse (const ::std::string &name, SolverType *value) |
Friends | |
| struct | ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto |
| void | swap (MPModelRequest &a, MPModelRequest &b) |
Definition at line 1481 of file linear_solver.pb.h.
nested types -------------------------------------------------—
Definition at line 1581 of file linear_solver.pb.h.
| operations_research::MPModelRequest::MPModelRequest | ( | ) |
|
virtual |
| operations_research::MPModelRequest::MPModelRequest | ( | const MPModelRequest & | from | ) |
|
final |
|
final |
|
inline |
Definition at line 3031 of file linear_solver.pb.h.
|
inline |
Definition at line 2945 of file linear_solver.pb.h.
|
inline |
Definition at line 3049 of file linear_solver.pb.h.
|
inline |
Definition at line 3013 of file linear_solver.pb.h.
|
inline |
Definition at line 2994 of file linear_solver.pb.h.
|
final |
| void operations_research::MPModelRequest::CopyFrom | ( | const MPModelRequest & | from | ) |
|
static |
|
inlinestatic |
Definition at line 1515 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPModelRequest.enable_internal_solver_output)
Definition at line 3035 of file linear_solver.pb.h.
|
inlinefinal |
Definition at line 1561 of file linear_solver.pb.h.
|
final |
|
inline |
optional bool enable_internal_solver_output = 4 [default = false];
Definition at line 3028 of file linear_solver.pb.h.
|
inline |
optional .operations_research.MPModelProto model = 1;
optional .operations_research.MPModelProto model = 1;
Definition at line 2942 of file linear_solver.pb.h.
|
inline |
accessors ----------------------------------------------------—
optional string solver_specific_parameters = 5;
Definition at line 3046 of file linear_solver.pb.h.
|
inline |
optional double solver_time_limit_seconds = 3;
Definition at line 3010 of file linear_solver.pb.h.
|
inline |
optional .operations_research.MPModelRequest.SolverType solver_type = 2;
Definition at line 2991 of file linear_solver.pb.h.
|
static |
|
inlinestatic |
Definition at line 1521 of file linear_solver.pb.h.
|
final |
|
final |
|
final |
| void operations_research::MPModelRequest::MergeFrom | ( | const MPModelRequest & | from | ) |
|
final |
|
inline |
@protoc_insertion_point(field_get:operations_research.MPModelRequest.model)
Definition at line 2949 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.MPModelRequest.model)
Definition at line 2962 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.MPModelRequest.solver_specific_parameters)
Definition at line 3082 of file linear_solver.pb.h.
|
inline |
Definition at line 1511 of file linear_solver.pb.h.
|
inlinefinal |
implements Message -------------------------------------------—
Definition at line 1535 of file linear_solver.pb.h.
|
inlinefinal |
Definition at line 1539 of file linear_solver.pb.h.
|
inline |
Definition at line 1489 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.MPModelRequest.model)
Definition at line 2955 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.MPModelRequest.solver_specific_parameters)
Definition at line 3087 of file linear_solver.pb.h.
|
final |
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.MPModelRequest.model)
Definition at line 2971 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.MPModelRequest.solver_specific_parameters)
Definition at line 3095 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPModelRequest.enable_internal_solver_output)
Definition at line 3039 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPModelRequest.solver_specific_parameters)
Definition at line 3057 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set_char:operations_research.MPModelRequest.solver_specific_parameters)
Definition at line 3070 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set_pointer:operations_research.MPModelRequest.solver_specific_parameters)
Definition at line 3076 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPModelRequest.solver_time_limit_seconds)
Definition at line 3021 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPModelRequest.solver_type)
Definition at line 3002 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPModelRequest.solver_specific_parameters)
Definition at line 3053 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPModelRequest.solver_time_limit_seconds)
Definition at line 3017 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPModelRequest.solver_type)
Definition at line 2998 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 1618 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 1608 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 1621 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 1624 of file linear_solver.pb.h.
| void operations_research::MPModelRequest::Swap | ( | MPModelRequest * | other | ) |
|
inline |
Definition at line 1508 of file linear_solver.pb.h.
|
friend |
Definition at line 1688 of file linear_solver.pb.h.
|
friend |
Definition at line 1529 of file linear_solver.pb.h.
|
static |
Definition at line 1602 of file linear_solver.pb.h.
|
static |
Definition at line 1596 of file linear_solver.pb.h.
|
static |
Definition at line 1584 of file linear_solver.pb.h.
|
static |
Definition at line 1590 of file linear_solver.pb.h.
|
static |
Definition at line 1600 of file linear_solver.pb.h.
|
static |
Definition at line 1582 of file linear_solver.pb.h.
|
static |
Definition at line 1586 of file linear_solver.pb.h.
|
static |
Definition at line 1594 of file linear_solver.pb.h.
|
static |
Definition at line 1588 of file linear_solver.pb.h.
|
static |
Definition at line 1598 of file linear_solver.pb.h.
|
static |
Definition at line 1665 of file linear_solver.pb.h.
|
static |
Definition at line 1525 of file linear_solver.pb.h.
|
static |
Definition at line 1649 of file linear_solver.pb.h.
|
static |
Definition at line 1606 of file linear_solver.pb.h.
|
static |
Definition at line 1634 of file linear_solver.pb.h.
|
static |
Definition at line 1658 of file linear_solver.pb.h.
|
static |
Definition at line 1672 of file linear_solver.pb.h.
|
static |
Definition at line 1604 of file linear_solver.pb.h.
|
static |
Definition at line 1592 of file linear_solver.pb.h.
|
static |
Definition at line 1615 of file linear_solver.pb.h.
|
static |
Definition at line 1613 of file linear_solver.pb.h.
|
static |
Definition at line 1611 of file linear_solver.pb.h.