![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 3760 of file linear_solver.pb.h.
#include <linear_solver.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kVariableValueFieldNumber = 3 , kDualValueFieldNumber = 4 , kReducedCostFieldNumber = 6 , kAdditionalSolutionsFieldNumber = 8 , kStatusStrFieldNumber = 7 , kSolverSpecificInfoFieldNumber = 11 , kSolveInfoFieldNumber = 10 , kObjectiveValueFieldNumber = 2 , kBestObjectiveBoundFieldNumber = 5 , kStatusFieldNumber = 1 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
MPSolutionResponse () | |
~MPSolutionResponse () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | MPSolutionResponse (::google::protobuf::internal::ConstantInitialized) |
MPSolutionResponse (const MPSolutionResponse &from) | |
MPSolutionResponse (MPSolutionResponse &&from) noexcept | |
MPSolutionResponse & | operator= (const MPSolutionResponse &from) |
MPSolutionResponse & | operator= (MPSolutionResponse &&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 (MPSolutionResponse *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (MPSolutionResponse *PROTOBUF_NONNULL other) |
MPSolutionResponse *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const MPSolutionResponse &from) |
void | MergeFrom (const MPSolutionResponse &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 |
int | variable_value_size () const |
repeated double variable_value = 3 [packed = true]; | |
void | clear_variable_value () |
double | variable_value (int index) const |
void | set_variable_value (int index, double value) |
void | add_variable_value (double value) |
const ::google::protobuf::RepeatedField< double > & | variable_value () const |
::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL | mutable_variable_value () |
int | dual_value_size () const |
repeated double dual_value = 4 [packed = true]; | |
void | clear_dual_value () |
double | dual_value (int index) const |
void | set_dual_value (int index, double value) |
void | add_dual_value (double value) |
const ::google::protobuf::RepeatedField< double > & | dual_value () const |
::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL | mutable_dual_value () |
int | reduced_cost_size () const |
repeated double reduced_cost = 6 [packed = true]; | |
void | clear_reduced_cost () |
double | reduced_cost (int index) const |
void | set_reduced_cost (int index, double value) |
void | add_reduced_cost (double value) |
const ::google::protobuf::RepeatedField< double > & | reduced_cost () const |
::google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL | mutable_reduced_cost () |
int | additional_solutions_size () const |
repeated .operations_research.MPSolution additional_solutions = 8; | |
void | clear_additional_solutions () |
::operations_research::MPSolution *PROTOBUF_NONNULL | mutable_additional_solutions (int index) |
::google::protobuf::RepeatedPtrField<::operations_research::MPSolution > *PROTOBUF_NONNULL | mutable_additional_solutions () |
const ::operations_research::MPSolution & | additional_solutions (int index) const |
::operations_research::MPSolution *PROTOBUF_NONNULL | add_additional_solutions () |
const ::google::protobuf::RepeatedPtrField<::operations_research::MPSolution > & | additional_solutions () const |
bool | has_status_str () const |
optional string status_str = 7; | |
void | clear_status_str () |
const ::std::string & | status_str () const |
template<typename Arg_ = const ::std::string&, typename... Args_> | |
void | set_status_str (Arg_ &&arg, Args_... args) |
::std::string *PROTOBUF_NONNULL | mutable_status_str () |
::std::string *PROTOBUF_NULLABLE | release_status_str () |
void | set_allocated_status_str (::std::string *PROTOBUF_NULLABLE value) |
bool | has_solver_specific_info () const |
optional bytes solver_specific_info = 11; | |
void | clear_solver_specific_info () |
const ::std::string & | solver_specific_info () const |
template<typename Arg_ = const ::std::string&, typename... Args_> | |
void | set_solver_specific_info (Arg_ &&arg, Args_... args) |
::std::string *PROTOBUF_NONNULL | mutable_solver_specific_info () |
::std::string *PROTOBUF_NULLABLE | release_solver_specific_info () |
void | set_allocated_solver_specific_info (::std::string *PROTOBUF_NULLABLE value) |
bool | has_solve_info () const |
optional .operations_research.MPSolveInfo solve_info = 10; | |
void | clear_solve_info () |
const ::operations_research::MPSolveInfo & | solve_info () const |
::operations_research::MPSolveInfo *PROTOBUF_NULLABLE | release_solve_info () |
::operations_research::MPSolveInfo *PROTOBUF_NONNULL | mutable_solve_info () |
void | set_allocated_solve_info (::operations_research::MPSolveInfo *PROTOBUF_NULLABLE value) |
void | unsafe_arena_set_allocated_solve_info (::operations_research::MPSolveInfo *PROTOBUF_NULLABLE value) |
::operations_research::MPSolveInfo *PROTOBUF_NULLABLE | unsafe_arena_release_solve_info () |
bool | has_objective_value () const |
optional double objective_value = 2; | |
void | clear_objective_value () |
double | objective_value () const |
void | set_objective_value (double value) |
bool | has_best_objective_bound () const |
optional double best_objective_bound = 5; | |
void | clear_best_objective_bound () |
double | best_objective_bound () const |
void | set_best_objective_bound (double value) |
bool | has_status () const |
optional .operations_research.MPSolverResponseStatus status = 1 [default = MPSOLVER_UNKNOWN_STATUS]; | |
void | clear_status () |
::operations_research::MPSolverResponseStatus | status () const |
void | set_status (::operations_research::MPSolverResponseStatus value) |
template<typename> | |
PROTOBUF_CONSTEXPR | MPSolutionResponse (::_pbi::ConstantInitialized) |
template<typename Arg_, typename... Args_> | |
PROTOBUF_ALWAYS_INLINE void | set_status_str (Arg_ &&arg, Args_... args) |
template<typename Arg_, typename... Args_> | |
PROTOBUF_ALWAYS_INLINE void | set_solver_specific_info (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 MPSolutionResponse & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 21 |
Protected Member Functions | |
MPSolutionResponse (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
MPSolutionResponse (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const MPSolutionResponse &from) | |
MPSolutionResponse (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, MPSolutionResponse &&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 (MPSolutionResponse &a, MPSolutionResponse &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Definition at line 3902 of file linear_solver.pb.h.
|
inline |
Definition at line 3763 of file linear_solver.pb.h.
operations_research::MPSolutionResponse::~MPSolutionResponse | ( | ) |
@protoc_insertion_point(destructor:operations_research.MPSolutionResponse)
Definition at line 8410 of file linear_solver.pb.cc.
|
explicit |
|
inline |
Definition at line 3776 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 3777 of file linear_solver.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.MPSolutionResponse)
Definition at line 8340 of file linear_solver.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.MPSolutionResponse)
Definition at line 8362 of file linear_solver.pb.cc.
|
inlineprotectednoexcept |
Definition at line 3884 of file linear_solver.pb.h.
PROTOBUF_CONSTEXPR operations_research::MPSolutionResponse::MPSolutionResponse | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 446 of file linear_solver.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.MPSolutionResponse)
optional .operations_research.MPSolverResponseStatus status = 1 [default = MPSOLVER_UNKNOWN_STATUS];
optional double objective_value = 2;
repeated double variable_value = 3 [packed = true];
repeated double dual_value = 4 [packed = true];
optional double best_objective_bound = 5;
repeated double reduced_cost = 6 [packed = true];
optional string status_str = 7;
repeated .operations_research.MPSolution additional_solutions = 8;
optional .operations_research.MPSolveInfo solve_info = 10;
optional bytes solver_specific_info = 11;
@protoc_insertion_point(serialize_to_array_end:operations_research.MPSolutionResponse)
Definition at line 8631 of file linear_solver.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.MPSolutionResponse.additional_solutions)
Definition at line 10392 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.MPSolutionResponse.dual_value)
Definition at line 10292 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.MPSolutionResponse.reduced_cost)
Definition at line 10338 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.MPSolutionResponse.variable_value)
Definition at line 10079 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.MPSolutionResponse.additional_solutions)
Definition at line 10399 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.additional_solutions)
Definition at line 10387 of file linear_solver.pb.h.
|
inline |
repeated .operations_research.MPSolution additional_solutions = 8;
Definition at line 10369 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.best_objective_bound)
Definition at line 10042 of file linear_solver.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.MPSolutionResponse)
Prevent compiler warnings about cached_has_bits being unused
repeated double variable_value = 3 [packed = true];
repeated double dual_value = 4 [packed = true];
repeated double reduced_cost = 6 [packed = true];
repeated .operations_research.MPSolution additional_solutions = 8;
optional string status_str = 7;
optional bytes solver_specific_info = 11;
optional .operations_research.MPSolveInfo solve_info = 10;
optional .operations_research.MPSolverResponseStatus status = 1 [default = MPSOLVER_UNKNOWN_STATUS];
Definition at line 8722 of file linear_solver.pb.cc.
PROTOBUF_NOINLINE void operations_research::MPSolutionResponse::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.MPSolutionResponse)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 8591 of file linear_solver.pb.cc.
|
inline |
Definition at line 10372 of file linear_solver.pb.h.
|
inline |
Definition at line 10037 of file linear_solver.pb.h.
|
inline |
Definition at line 10280 of file linear_solver.pb.h.
|
inline |
Definition at line 10009 of file linear_solver.pb.h.
|
inline |
Definition at line 10326 of file linear_solver.pb.h.
|
inline |
Definition at line 10112 of file linear_solver.pb.h.
|
inline |
Definition at line 10209 of file linear_solver.pb.h.
|
inline |
Definition at line 9909 of file linear_solver.pb.h.
|
inline |
Definition at line 9940 of file linear_solver.pb.h.
|
inline |
Definition at line 10067 of file linear_solver.pb.h.
void operations_research::MPSolutionResponse::CopyFrom | ( | const MPSolutionResponse & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.MPSolutionResponse)
Definition at line 8844 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 3811 of file linear_solver.pb.h.
|
inlinestatic |
Definition at line 3802 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.MPSolutionResponse.dual_value)
Definition at line 10297 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.dual_value)
Definition at line 10284 of file linear_solver.pb.h.
|
inline |
repeated double dual_value = 4 [packed = true];
Definition at line 10277 of file linear_solver.pb.h.
|
inline |
Definition at line 3870 of file linear_solver.pb.h.
|
protected |
Definition at line 8485 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 3805 of file linear_solver.pb.h.
google::protobuf::Metadata operations_research::MPSolutionResponse::GetMetadata | ( | ) | const |
Definition at line 8872 of file linear_solver.pb.cc.
|
inlinestatic |
Definition at line 3808 of file linear_solver.pb.h.
|
inline |
optional double best_objective_bound = 5;
Definition at line 10033 of file linear_solver.pb.h.
|
inline |
optional double objective_value = 2;
Definition at line 10005 of file linear_solver.pb.h.
|
inline |
optional .operations_research.MPSolveInfo solve_info = 10;
Definition at line 10107 of file linear_solver.pb.h.
|
inline |
optional bytes solver_specific_info = 11;
Definition at line 10205 of file linear_solver.pb.h.
|
inline |
optional .operations_research.MPSolverResponseStatus status = 1 [default = MPSOLVER_UNKNOWN_STATUS];
optional .operations_research.MPSolverResponseStatus status = 1 [default = MPSOLVER_UNKNOWN_STATUS];
Definition at line 9905 of file linear_solver.pb.h.
|
inline |
optional string status_str = 7;
Definition at line 9936 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 8457 of file linear_solver.pb.cc.
|
staticconstexprprotected |
Definition at line 8429 of file linear_solver.pb.cc.
|
inline |
Definition at line 3846 of file linear_solver.pb.h.
|
inline |
Definition at line 3839 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.additional_solutions)
Definition at line 10381 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.MPSolutionResponse.additional_solutions)
Definition at line 10376 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.dual_value)
Definition at line 10302 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.reduced_cost)
Definition at line 10348 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.MPSolutionResponse.solve_info)
Definition at line 10176 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.MPSolutionResponse.solver_specific_info)
Definition at line 10226 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable:operations_research.MPSolutionResponse.status_str)
Definition at line 9957 of file linear_solver.pb.h.
|
inline |
Definition at line 3797 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.variable_value)
Definition at line 10089 of file linear_solver.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 3833 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.objective_value)
Definition at line 10014 of file linear_solver.pb.h.
|
inline |
Definition at line 3779 of file linear_solver.pb.h.
|
inlinenoexcept |
Definition at line 3783 of file linear_solver.pb.h.
|
inlinestaticprotected |
Definition at line 8424 of file linear_solver.pb.cc.
|
inline |
@protoc_insertion_point(field_list:operations_research.MPSolutionResponse.reduced_cost)
Definition at line 10343 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.reduced_cost)
Definition at line 10330 of file linear_solver.pb.h.
|
inline |
repeated double reduced_cost = 6 [packed = true];
Definition at line 10323 of file linear_solver.pb.h.
|
inlinenodiscard |
Definition at line 10140 of file linear_solver.pb.h.
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.MPSolutionResponse.solver_specific_info)
Definition at line 10246 of file linear_solver.pb.h.
|
inlinenodiscard |
@protoc_insertion_point(field_release:operations_research.MPSolutionResponse.status_str)
Definition at line 9977 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.MPSolutionResponse.solve_info)
Definition at line 10183 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.MPSolutionResponse.solver_specific_info)
Definition at line 10259 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set_allocated:operations_research.MPSolutionResponse.status_str)
Definition at line 9990 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.best_objective_bound)
Definition at line 10046 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.dual_value)
Definition at line 10288 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.objective_value)
Definition at line 10018 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.reduced_cost)
Definition at line 10334 of file linear_solver.pb.h.
void operations_research::MPSolutionResponse::set_solver_specific_info | ( | Arg_ && | arg, |
Args_... | args ) |
PROTOBUF_ALWAYS_INLINE void operations_research::MPSolutionResponse::set_solver_specific_info | ( | Arg_ && | arg, |
Args_... | args ) |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.solver_specific_info)
Definition at line 10220 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.status)
Definition at line 9918 of file linear_solver.pb.h.
void operations_research::MPSolutionResponse::set_status_str | ( | Arg_ && | arg, |
Args_... | args ) |
PROTOBUF_ALWAYS_INLINE void operations_research::MPSolutionResponse::set_status_str | ( | Arg_ && | arg, |
Args_... | args ) |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.status_str)
Definition at line 9951 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.variable_value)
Definition at line 10075 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.solve_info)
Definition at line 10122 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.solver_specific_info)
Definition at line 10214 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.status)
Definition at line 9914 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.status_str)
Definition at line 9945 of file linear_solver.pb.h.
|
inline |
Definition at line 3817 of file linear_solver.pb.h.
|
inline |
Definition at line 3793 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_release:operations_research.MPSolutionResponse.solve_info)
Definition at line 10159 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.MPSolutionResponse.solve_info)
Definition at line 10126 of file linear_solver.pb.h.
|
inline |
Definition at line 3825 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.MPSolutionResponse.variable_value)
Definition at line 10084 of file linear_solver.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.variable_value)
Definition at line 10071 of file linear_solver.pb.h.
|
inline |
repeated double variable_value = 3 [packed = true];
Definition at line 10064 of file linear_solver.pb.h.
|
friend |
Definition at line 4075 of file linear_solver.pb.h.
|
friend |
Definition at line 4077 of file linear_solver.pb.h.
|
friend |
Definition at line 4068 of file linear_solver.pb.h.
|
friend |
Definition at line 4074 of file linear_solver.pb.h.
|
friend |
Definition at line 4104 of file linear_solver.pb.h.
|
friend |
Definition at line 3816 of file linear_solver.pb.h.
Impl_ operations_research::MPSolutionResponse::_impl_ |
Definition at line 4103 of file linear_solver.pb.h.
|
staticconstexpr |
Definition at line 3815 of file linear_solver.pb.h.