Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::MPSolutionResponse Class Referencefinal

Detailed Description

Definition at line 3760 of file linear_solver.pb.h.

#include <linear_solver.pb.h>

Inheritance diagram for operations_research::MPSolutionResponse:

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
MPSolutionResponseoperator= (const MPSolutionResponse &from)
MPSolutionResponseoperator= (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::MPSolutionadditional_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::MPSolveInfosolve_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 MPSolutionResponsedefault_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)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int

nested types -------------------------------------------------—

accessors ----------------------------------------------------—

Enumerator
kVariableValueFieldNumber 
kDualValueFieldNumber 
kReducedCostFieldNumber 
kAdditionalSolutionsFieldNumber 
kStatusStrFieldNumber 
kSolverSpecificInfoFieldNumber 
kSolveInfoFieldNumber 
kObjectiveValueFieldNumber 
kBestObjectiveBoundFieldNumber 
kStatusFieldNumber 

Definition at line 3902 of file linear_solver.pb.h.

Constructor & Destructor Documentation

◆ MPSolutionResponse() [1/8]

operations_research::MPSolutionResponse::MPSolutionResponse ( )
inline

Definition at line 3763 of file linear_solver.pb.h.

◆ ~MPSolutionResponse()

operations_research::MPSolutionResponse::~MPSolutionResponse ( )

@protoc_insertion_point(destructor:operations_research.MPSolutionResponse)

Definition at line 8410 of file linear_solver.pb.cc.

◆ MPSolutionResponse() [2/8]

template<typename = void>
PROTOBUF_CONSTEXPR operations_research::MPSolutionResponse::MPSolutionResponse ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ MPSolutionResponse() [3/8]

operations_research::MPSolutionResponse::MPSolutionResponse ( const MPSolutionResponse & from)
inline

Definition at line 3776 of file linear_solver.pb.h.

◆ MPSolutionResponse() [4/8]

operations_research::MPSolutionResponse::MPSolutionResponse ( MPSolutionResponse && from)
inlinenoexcept

Definition at line 3777 of file linear_solver.pb.h.

◆ MPSolutionResponse() [5/8]

operations_research::MPSolutionResponse::MPSolutionResponse ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena)
explicitprotected

@protoc_insertion_point(arena_constructor:operations_research.MPSolutionResponse)

Definition at line 8340 of file linear_solver.pb.cc.

◆ MPSolutionResponse() [6/8]

operations_research::MPSolutionResponse::MPSolutionResponse ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
const MPSolutionResponse & from )
protected

@protoc_insertion_point(copy_constructor:operations_research.MPSolutionResponse)

Definition at line 8362 of file linear_solver.pb.cc.

◆ MPSolutionResponse() [7/8]

operations_research::MPSolutionResponse::MPSolutionResponse ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena,
MPSolutionResponse && from )
inlineprotectednoexcept

Definition at line 3884 of file linear_solver.pb.h.

◆ MPSolutionResponse() [8/8]

template<typename>
PROTOBUF_CONSTEXPR operations_research::MPSolutionResponse::MPSolutionResponse ( ::_pbi::ConstantInitialized )

Definition at line 446 of file linear_solver.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::MPSolutionResponse::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
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.

◆ add_additional_solutions()

operations_research::MPSolution *PROTOBUF_NONNULL operations_research::MPSolutionResponse::add_additional_solutions ( )
inline

@protoc_insertion_point(field_add:operations_research.MPSolutionResponse.additional_solutions)

Definition at line 10392 of file linear_solver.pb.h.

◆ add_dual_value()

void operations_research::MPSolutionResponse::add_dual_value ( double value)
inline

@protoc_insertion_point(field_add:operations_research.MPSolutionResponse.dual_value)

Definition at line 10292 of file linear_solver.pb.h.

◆ add_reduced_cost()

void operations_research::MPSolutionResponse::add_reduced_cost ( double value)
inline

@protoc_insertion_point(field_add:operations_research.MPSolutionResponse.reduced_cost)

Definition at line 10338 of file linear_solver.pb.h.

◆ add_variable_value()

void operations_research::MPSolutionResponse::add_variable_value ( double value)
inline

@protoc_insertion_point(field_add:operations_research.MPSolutionResponse.variable_value)

Definition at line 10079 of file linear_solver.pb.h.

◆ additional_solutions() [1/2]

const::google::protobuf::RepeatedPtrField<::operations_research::MPSolution > & operations_research::MPSolutionResponse::additional_solutions ( ) const
inline

@protoc_insertion_point(field_list:operations_research.MPSolutionResponse.additional_solutions)

Definition at line 10399 of file linear_solver.pb.h.

◆ additional_solutions() [2/2]

const::operations_research::MPSolution & operations_research::MPSolutionResponse::additional_solutions ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.additional_solutions)

Definition at line 10387 of file linear_solver.pb.h.

◆ additional_solutions_size()

int operations_research::MPSolutionResponse::additional_solutions_size ( ) const
inline

repeated .operations_research.MPSolution additional_solutions = 8;

Definition at line 10369 of file linear_solver.pb.h.

◆ best_objective_bound()

double operations_research::MPSolutionResponse::best_objective_bound ( ) const
inline

@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.best_objective_bound)

Definition at line 10042 of file linear_solver.pb.h.

◆ ByteSizeLong()

size_t operations_research::MPSolutionResponse::ByteSizeLong ( ) const
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.

◆ Clear()

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.

◆ clear_additional_solutions()

void operations_research::MPSolutionResponse::clear_additional_solutions ( )
inline

Definition at line 10372 of file linear_solver.pb.h.

◆ clear_best_objective_bound()

void operations_research::MPSolutionResponse::clear_best_objective_bound ( )
inline

Definition at line 10037 of file linear_solver.pb.h.

◆ clear_dual_value()

void operations_research::MPSolutionResponse::clear_dual_value ( )
inline

Definition at line 10280 of file linear_solver.pb.h.

◆ clear_objective_value()

void operations_research::MPSolutionResponse::clear_objective_value ( )
inline

Definition at line 10009 of file linear_solver.pb.h.

◆ clear_reduced_cost()

void operations_research::MPSolutionResponse::clear_reduced_cost ( )
inline

Definition at line 10326 of file linear_solver.pb.h.

◆ clear_solve_info()

void operations_research::MPSolutionResponse::clear_solve_info ( )
inline

Definition at line 10112 of file linear_solver.pb.h.

◆ clear_solver_specific_info()

void operations_research::MPSolutionResponse::clear_solver_specific_info ( )
inline

Definition at line 10209 of file linear_solver.pb.h.

◆ clear_status()

void operations_research::MPSolutionResponse::clear_status ( )
inline

Definition at line 9909 of file linear_solver.pb.h.

◆ clear_status_str()

void operations_research::MPSolutionResponse::clear_status_str ( )
inline

Definition at line 9940 of file linear_solver.pb.h.

◆ clear_variable_value()

void operations_research::MPSolutionResponse::clear_variable_value ( )
inline

Definition at line 10067 of file linear_solver.pb.h.

◆ CopyFrom()

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.

◆ default_instance()

const MPSolutionResponse & operations_research::MPSolutionResponse::default_instance ( )
inlinestatic

Definition at line 3811 of file linear_solver.pb.h.

◆ descriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::MPSolutionResponse::descriptor ( )
inlinestatic

Definition at line 3802 of file linear_solver.pb.h.

◆ dual_value() [1/2]

const::google::protobuf::RepeatedField< double > & operations_research::MPSolutionResponse::dual_value ( ) const
inline

@protoc_insertion_point(field_list:operations_research.MPSolutionResponse.dual_value)

Definition at line 10297 of file linear_solver.pb.h.

◆ dual_value() [2/2]

double operations_research::MPSolutionResponse::dual_value ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.dual_value)

Definition at line 10284 of file linear_solver.pb.h.

◆ dual_value_size()

int operations_research::MPSolutionResponse::dual_value_size ( ) const
inline

repeated double dual_value = 4 [packed = true];

Definition at line 10277 of file linear_solver.pb.h.

◆ GetCachedSize()

int operations_research::MPSolutionResponse::GetCachedSize ( ) const
inline

Definition at line 3870 of file linear_solver.pb.h.

◆ GetClassData()

PROTOBUF_ATTRIBUTE_WEAKconst::google::protobuf::internal::ClassData *PROTOBUF_NONNULL operations_research::MPSolutionResponse::GetClassData ( ) const
protected

Definition at line 8485 of file linear_solver.pb.cc.

◆ GetDescriptor()

const ::google::protobuf::Descriptor *PROTOBUF_NONNULL operations_research::MPSolutionResponse::GetDescriptor ( )
inlinestatic

Definition at line 3805 of file linear_solver.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::MPSolutionResponse::GetMetadata ( ) const

Definition at line 8872 of file linear_solver.pb.cc.

◆ GetReflection()

const ::google::protobuf::Reflection *PROTOBUF_NONNULL operations_research::MPSolutionResponse::GetReflection ( )
inlinestatic

Definition at line 3808 of file linear_solver.pb.h.

◆ has_best_objective_bound()

bool operations_research::MPSolutionResponse::has_best_objective_bound ( ) const
inline

optional double best_objective_bound = 5;

Definition at line 10033 of file linear_solver.pb.h.

◆ has_objective_value()

bool operations_research::MPSolutionResponse::has_objective_value ( ) const
inline

optional double objective_value = 2;

Definition at line 10005 of file linear_solver.pb.h.

◆ has_solve_info()

bool operations_research::MPSolutionResponse::has_solve_info ( ) const
inline

optional .operations_research.MPSolveInfo solve_info = 10;

Definition at line 10107 of file linear_solver.pb.h.

◆ has_solver_specific_info()

bool operations_research::MPSolutionResponse::has_solver_specific_info ( ) const
inline

optional bytes solver_specific_info = 11;

Definition at line 10205 of file linear_solver.pb.h.

◆ has_status()

bool operations_research::MPSolutionResponse::has_status ( ) const
inline

optional .operations_research.MPSolverResponseStatus status = 1 [default = MPSOLVER_UNKNOWN_STATUS];

MPSolutionResponse.

optional .operations_research.MPSolverResponseStatus status = 1 [default = MPSOLVER_UNKNOWN_STATUS];

Definition at line 9905 of file linear_solver.pb.h.

◆ has_status_str()

bool operations_research::MPSolutionResponse::has_status_str ( ) const
inline

optional string status_str = 7;

Definition at line 9936 of file linear_solver.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::MPSolutionResponse::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 8457 of file linear_solver.pb.cc.

◆ InternalNewImpl_()

auto operations_research::MPSolutionResponse::InternalNewImpl_ ( )
staticconstexprprotected

Definition at line 8429 of file linear_solver.pb.cc.

◆ IsInitialized()

bool operations_research::MPSolutionResponse::IsInitialized ( ) const
inline

Definition at line 3846 of file linear_solver.pb.h.

◆ MergeFrom()

void operations_research::MPSolutionResponse::MergeFrom ( const MPSolutionResponse & from)
inline

Definition at line 3839 of file linear_solver.pb.h.

◆ mutable_additional_solutions() [1/2]

google::protobuf::RepeatedPtrField<::operations_research::MPSolution > *PROTOBUF_NONNULL operations_research::MPSolutionResponse::mutable_additional_solutions ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.additional_solutions)

Definition at line 10381 of file linear_solver.pb.h.

◆ mutable_additional_solutions() [2/2]

operations_research::MPSolution *PROTOBUF_NONNULL operations_research::MPSolutionResponse::mutable_additional_solutions ( int index)
inline

@protoc_insertion_point(field_mutable:operations_research.MPSolutionResponse.additional_solutions)

Definition at line 10376 of file linear_solver.pb.h.

◆ mutable_dual_value()

google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL operations_research::MPSolutionResponse::mutable_dual_value ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.dual_value)

Definition at line 10302 of file linear_solver.pb.h.

◆ mutable_reduced_cost()

google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL operations_research::MPSolutionResponse::mutable_reduced_cost ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.reduced_cost)

Definition at line 10348 of file linear_solver.pb.h.

◆ mutable_solve_info()

operations_research::MPSolveInfo *PROTOBUF_NONNULL operations_research::MPSolutionResponse::mutable_solve_info ( )
inline

@protoc_insertion_point(field_mutable:operations_research.MPSolutionResponse.solve_info)

Definition at line 10176 of file linear_solver.pb.h.

◆ mutable_solver_specific_info()

std::string *PROTOBUF_NONNULL operations_research::MPSolutionResponse::mutable_solver_specific_info ( )
inline

@protoc_insertion_point(field_mutable:operations_research.MPSolutionResponse.solver_specific_info)

Definition at line 10226 of file linear_solver.pb.h.

◆ mutable_status_str()

std::string *PROTOBUF_NONNULL operations_research::MPSolutionResponse::mutable_status_str ( )
inline

@protoc_insertion_point(field_mutable:operations_research.MPSolutionResponse.status_str)

Definition at line 9957 of file linear_solver.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::MPSolutionResponse::mutable_unknown_fields ( )
inline

Definition at line 3797 of file linear_solver.pb.h.

◆ mutable_variable_value()

google::protobuf::RepeatedField< double > *PROTOBUF_NONNULL operations_research::MPSolutionResponse::mutable_variable_value ( )
inline

@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.variable_value)

Definition at line 10089 of file linear_solver.pb.h.

◆ New()

MPSolutionResponse *PROTOBUF_NONNULL operations_research::MPSolutionResponse::New ( ::google::protobuf::Arena *PROTOBUF_NULLABLE arena = nullptr) const
inline

implements Message -------------------------------------------—

Definition at line 3833 of file linear_solver.pb.h.

◆ objective_value()

double operations_research::MPSolutionResponse::objective_value ( ) const
inline

@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.objective_value)

Definition at line 10014 of file linear_solver.pb.h.

◆ operator=() [1/2]

MPSolutionResponse & operations_research::MPSolutionResponse::operator= ( const MPSolutionResponse & from)
inline

Definition at line 3779 of file linear_solver.pb.h.

◆ operator=() [2/2]

MPSolutionResponse & operations_research::MPSolutionResponse::operator= ( MPSolutionResponse && from)
inlinenoexcept

Definition at line 3783 of file linear_solver.pb.h.

◆ PlacementNew_()

void *PROTOBUF_NONNULL operations_research::MPSolutionResponse::PlacementNew_ ( const void * PROTOBUF_NONNULL,
void *PROTOBUF_NONNULL mem,
::google::protobuf::Arena *PROTOBUF_NULLABLE arena )
inlinestaticprotected

Definition at line 8424 of file linear_solver.pb.cc.

◆ reduced_cost() [1/2]

const::google::protobuf::RepeatedField< double > & operations_research::MPSolutionResponse::reduced_cost ( ) const
inline

@protoc_insertion_point(field_list:operations_research.MPSolutionResponse.reduced_cost)

Definition at line 10343 of file linear_solver.pb.h.

◆ reduced_cost() [2/2]

double operations_research::MPSolutionResponse::reduced_cost ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.reduced_cost)

Definition at line 10330 of file linear_solver.pb.h.

◆ reduced_cost_size()

int operations_research::MPSolutionResponse::reduced_cost_size ( ) const
inline

repeated double reduced_cost = 6 [packed = true];

Definition at line 10323 of file linear_solver.pb.h.

◆ release_solve_info()

operations_research::MPSolveInfo *PROTOBUF_NULLABLE operations_research::MPSolutionResponse::release_solve_info ( )
inlinenodiscard

Definition at line 10140 of file linear_solver.pb.h.

◆ release_solver_specific_info()

std::string *PROTOBUF_NULLABLE operations_research::MPSolutionResponse::release_solver_specific_info ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.MPSolutionResponse.solver_specific_info)

Definition at line 10246 of file linear_solver.pb.h.

◆ release_status_str()

std::string *PROTOBUF_NULLABLE operations_research::MPSolutionResponse::release_status_str ( )
inlinenodiscard

@protoc_insertion_point(field_release:operations_research.MPSolutionResponse.status_str)

Definition at line 9977 of file linear_solver.pb.h.

◆ set_allocated_solve_info()

void operations_research::MPSolutionResponse::set_allocated_solve_info ( ::operations_research::MPSolveInfo *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.MPSolutionResponse.solve_info)

Definition at line 10183 of file linear_solver.pb.h.

◆ set_allocated_solver_specific_info()

void operations_research::MPSolutionResponse::set_allocated_solver_specific_info ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.MPSolutionResponse.solver_specific_info)

Definition at line 10259 of file linear_solver.pb.h.

◆ set_allocated_status_str()

void operations_research::MPSolutionResponse::set_allocated_status_str ( ::std::string *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_set_allocated:operations_research.MPSolutionResponse.status_str)

Definition at line 9990 of file linear_solver.pb.h.

◆ set_best_objective_bound()

void operations_research::MPSolutionResponse::set_best_objective_bound ( double value)
inline

@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.best_objective_bound)

Definition at line 10046 of file linear_solver.pb.h.

◆ set_dual_value()

void operations_research::MPSolutionResponse::set_dual_value ( int index,
double value )
inline

@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.dual_value)

Definition at line 10288 of file linear_solver.pb.h.

◆ set_objective_value()

void operations_research::MPSolutionResponse::set_objective_value ( double value)
inline

@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.objective_value)

Definition at line 10018 of file linear_solver.pb.h.

◆ set_reduced_cost()

void operations_research::MPSolutionResponse::set_reduced_cost ( int index,
double value )
inline

@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.reduced_cost)

Definition at line 10334 of file linear_solver.pb.h.

◆ set_solver_specific_info() [1/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::MPSolutionResponse::set_solver_specific_info ( Arg_ && arg,
Args_... args )

◆ set_solver_specific_info() [2/2]

template<typename Arg_, typename... 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.

◆ set_status()

void operations_research::MPSolutionResponse::set_status ( ::operations_research::MPSolverResponseStatus value)
inline

@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.status)

Definition at line 9918 of file linear_solver.pb.h.

◆ set_status_str() [1/2]

template<typename Arg_ = const ::std::string&, typename... Args_>
void operations_research::MPSolutionResponse::set_status_str ( Arg_ && arg,
Args_... args )

◆ set_status_str() [2/2]

template<typename Arg_, typename... 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.

◆ set_variable_value()

void operations_research::MPSolutionResponse::set_variable_value ( int index,
double value )
inline

@protoc_insertion_point(field_set:operations_research.MPSolutionResponse.variable_value)

Definition at line 10075 of file linear_solver.pb.h.

◆ solve_info()

const::operations_research::MPSolveInfo & operations_research::MPSolutionResponse::solve_info ( ) const
inline

@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.solve_info)

Definition at line 10122 of file linear_solver.pb.h.

◆ solver_specific_info()

const::std::string & operations_research::MPSolutionResponse::solver_specific_info ( ) const
inline

@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.solver_specific_info)

Definition at line 10214 of file linear_solver.pb.h.

◆ status()

operations_research::MPSolverResponseStatus operations_research::MPSolutionResponse::status ( ) const
inline

@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.status)

Definition at line 9914 of file linear_solver.pb.h.

◆ status_str()

const::std::string & operations_research::MPSolutionResponse::status_str ( ) const
inline

@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.status_str)

Definition at line 9945 of file linear_solver.pb.h.

◆ Swap()

void operations_research::MPSolutionResponse::Swap ( MPSolutionResponse *PROTOBUF_NONNULL other)
inline

Definition at line 3817 of file linear_solver.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::MPSolutionResponse::unknown_fields ( ) const
inline

Definition at line 3793 of file linear_solver.pb.h.

◆ unsafe_arena_release_solve_info()

operations_research::MPSolveInfo *PROTOBUF_NULLABLE operations_research::MPSolutionResponse::unsafe_arena_release_solve_info ( )
inline

@protoc_insertion_point(field_release:operations_research.MPSolutionResponse.solve_info)

Definition at line 10159 of file linear_solver.pb.h.

◆ unsafe_arena_set_allocated_solve_info()

void operations_research::MPSolutionResponse::unsafe_arena_set_allocated_solve_info ( ::operations_research::MPSolveInfo *PROTOBUF_NULLABLE value)
inline

@protoc_insertion_point(field_unsafe_arena_set_allocated:operations_research.MPSolutionResponse.solve_info)

Definition at line 10126 of file linear_solver.pb.h.

◆ UnsafeArenaSwap()

void operations_research::MPSolutionResponse::UnsafeArenaSwap ( MPSolutionResponse *PROTOBUF_NONNULL other)
inline

Definition at line 3825 of file linear_solver.pb.h.

◆ variable_value() [1/2]

const::google::protobuf::RepeatedField< double > & operations_research::MPSolutionResponse::variable_value ( ) const
inline

@protoc_insertion_point(field_list:operations_research.MPSolutionResponse.variable_value)

Definition at line 10084 of file linear_solver.pb.h.

◆ variable_value() [2/2]

double operations_research::MPSolutionResponse::variable_value ( int index) const
inline

@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.variable_value)

Definition at line 10071 of file linear_solver.pb.h.

◆ variable_value_size()

int operations_research::MPSolutionResponse::variable_value_size ( ) const
inline

repeated double variable_value = 3 [packed = true];

Definition at line 10064 of file linear_solver.pb.h.

◆ ::google::protobuf::Arena

friend class ::google::protobuf::Arena
friend

Definition at line 4075 of file linear_solver.pb.h.

◆ ::google::protobuf::Arena::InternalHelper

template<typename T>
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 4077 of file linear_solver.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 4068 of file linear_solver.pb.h.

◆ ::google::protobuf::MessageLite

friend class ::google::protobuf::MessageLite
friend

Definition at line 4074 of file linear_solver.pb.h.

◆ ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto

◆ swap

void swap ( MPSolutionResponse & a,
MPSolutionResponse & b )
friend

Definition at line 3816 of file linear_solver.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::MPSolutionResponse::_impl_

Definition at line 4103 of file linear_solver.pb.h.

◆ kIndexInFileMessages

int operations_research::MPSolutionResponse::kIndexInFileMessages = 21
staticconstexpr

Definition at line 3815 of file linear_solver.pb.h.


The documentation for this class was generated from the following files: