operations_research::MPSolutionResponse Class Reference

Detailed Description

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

Public Member Functions

 MPSolutionResponse ()
 
virtual ~MPSolutionResponse ()
 
 MPSolutionResponse (const MPSolutionResponse &from)
 
 MPSolutionResponse (MPSolutionResponse &&from) noexcept
 
MPSolutionResponseoperator= (const MPSolutionResponse &from)
 
MPSolutionResponseoperator= (MPSolutionResponse &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MPSolutionResponse *other)
 
MPSolutionResponseNew () const final
 
MPSolutionResponseNew (::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 MPSolutionResponse &from)
 
void MergeFrom (const MPSolutionResponse &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
 
int variable_value_size () const
 
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 ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & variable_value () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * mutable_variable_value ()
 
int dual_value_size () const
 
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 ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & dual_value () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * mutable_dual_value ()
 
int reduced_cost_size () const
 
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 ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & reduced_cost () const
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * mutable_reduced_cost ()
 
bool has_objective_value () const
 
void clear_objective_value ()
 
double objective_value () const
 
void set_objective_value (double value)
 
bool has_best_objective_bound () const
 
void clear_best_objective_bound ()
 
double best_objective_bound () const
 
void set_best_objective_bound (double value)
 
bool has_status () const
 
void clear_status ()
 
::operations_research::MPSolverResponseStatus status () const
 
void set_status (::operations_research::MPSolverResponseStatus 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 MPSolutionResponsedefault_instance ()
 
static void InitAsDefaultInstance ()
 
static const MPSolutionResponseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const int kVariableValueFieldNumber = 3
 
static const int kDualValueFieldNumber = 4
 
static const int kReducedCostFieldNumber = 6
 
static const int kObjectiveValueFieldNumber = 2
 
static const int kBestObjectiveBoundFieldNumber = 5
 
static const int kStatusFieldNumber = 1
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto
 
void swap (MPSolutionResponse &a, MPSolutionResponse &b)
 

Constructor & Destructor Documentation

◆ MPSolutionResponse() [1/3]

operations_research::MPSolutionResponse::MPSolutionResponse ( )

◆ ~MPSolutionResponse()

virtual operations_research::MPSolutionResponse::~MPSolutionResponse ( )
virtual

◆ MPSolutionResponse() [2/3]

operations_research::MPSolutionResponse::MPSolutionResponse ( const MPSolutionResponse from)

◆ MPSolutionResponse() [3/3]

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

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

Member Function Documentation

◆ add_dual_value()

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

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

◆ add_reduced_cost()

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

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

◆ add_variable_value()

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

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

◆ best_objective_bound()

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

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

◆ ByteSizeLong()

size_t operations_research::MPSolutionResponse::ByteSizeLong ( ) const
final

◆ Clear()

PROTOBUF_ATTRIBUTE_REINITIALIZES void operations_research::MPSolutionResponse::Clear ( )
final

◆ clear_best_objective_bound()

void operations_research::MPSolutionResponse::clear_best_objective_bound ( )
inline

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

◆ clear_dual_value()

void operations_research::MPSolutionResponse::clear_dual_value ( )
inline

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

◆ clear_objective_value()

void operations_research::MPSolutionResponse::clear_objective_value ( )
inline

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

◆ clear_reduced_cost()

void operations_research::MPSolutionResponse::clear_reduced_cost ( )
inline

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

◆ clear_status()

void operations_research::MPSolutionResponse::clear_status ( )
inline

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

◆ clear_variable_value()

void operations_research::MPSolutionResponse::clear_variable_value ( )
inline

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

◆ CopyFrom() [1/2]

void operations_research::MPSolutionResponse::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ CopyFrom() [2/2]

void operations_research::MPSolutionResponse::CopyFrom ( const MPSolutionResponse from)

◆ default_instance()

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

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* operations_research::MPSolutionResponse::descriptor ( )
inlinestatic

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

◆ dual_value() [1/2]

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

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

◆ dual_value() [2/2]

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

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

◆ dual_value_size()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* operations_research::MPSolutionResponse::GetDescriptor ( )
inlinestatic

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

◆ GetMetadata()

::PROTOBUF_NAMESPACE_ID::Metadata operations_research::MPSolutionResponse::GetMetadata ( ) const
final

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* operations_research::MPSolutionResponse::GetReflection ( )
inlinestatic

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

◆ has_best_objective_bound()

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

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

◆ has_objective_value()

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

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

◆ has_status()

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

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

◆ InitAsDefaultInstance()

static void operations_research::MPSolutionResponse::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const MPSolutionResponse* operations_research::MPSolutionResponse::internal_default_instance ( )
inlinestatic

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

◆ InternalSerializeWithCachedSizesToArray()

::PROTOBUF_NAMESPACE_ID::uint8* operations_research::MPSolutionResponse::InternalSerializeWithCachedSizesToArray ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target) const
final

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

void operations_research::MPSolutionResponse::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

bool operations_research::MPSolutionResponse::MergePartialFromCodedStream ( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *  input)
final

◆ mutable_dual_value()

PROTOBUF_NAMESPACE_ID::RepeatedField< double > * operations_research::MPSolutionResponse::mutable_dual_value ( )
inline

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

◆ mutable_reduced_cost()

PROTOBUF_NAMESPACE_ID::RepeatedField< double > * operations_research::MPSolutionResponse::mutable_reduced_cost ( )
inline

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

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* operations_research::MPSolutionResponse::mutable_unknown_fields ( )
inline

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

◆ mutable_variable_value()

PROTOBUF_NAMESPACE_ID::RepeatedField< double > * operations_research::MPSolutionResponse::mutable_variable_value ( )
inline

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

◆ New() [1/2]

MPSolutionResponse* operations_research::MPSolutionResponse::New ( ) const
inlinefinal

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

◆ New() [2/2]

MPSolutionResponse* operations_research::MPSolutionResponse::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

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

◆ objective_value()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ reduced_cost() [1/2]

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

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

◆ reduced_cost() [2/2]

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

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

◆ reduced_cost_size()

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

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

◆ SerializeWithCachedSizes()

void operations_research::MPSolutionResponse::SerializeWithCachedSizes ( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *  output) const
final

◆ set_best_objective_bound()

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

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

◆ set_dual_value()

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

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

◆ set_objective_value()

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

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

◆ set_reduced_cost()

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

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

◆ set_status()

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

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

◆ set_variable_value()

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

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

◆ status()

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

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

◆ Swap()

void operations_research::MPSolutionResponse::Swap ( MPSolutionResponse other)

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& operations_research::MPSolutionResponse::unknown_fields ( ) const
inline

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

◆ variable_value() [1/2]

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

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

◆ variable_value() [2/2]

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

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

◆ variable_value_size()

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

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

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

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

◆ ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto

◆ swap

void swap ( MPSolutionResponse a,
MPSolutionResponse b 
)
friend

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

Member Data Documentation

◆ kBestObjectiveBoundFieldNumber

const int operations_research::MPSolutionResponse::kBestObjectiveBoundFieldNumber = 5
static

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

◆ kDualValueFieldNumber

const int operations_research::MPSolutionResponse::kDualValueFieldNumber = 4
static

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

◆ kIndexInFileMessages

constexpr int operations_research::MPSolutionResponse::kIndexInFileMessages
static
Initial value:
=
10

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

◆ kObjectiveValueFieldNumber

const int operations_research::MPSolutionResponse::kObjectiveValueFieldNumber = 2
static

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

◆ kReducedCostFieldNumber

const int operations_research::MPSolutionResponse::kReducedCostFieldNumber = 6
static

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

◆ kStatusFieldNumber

const int operations_research::MPSolutionResponse::kStatusFieldNumber = 1
static

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

◆ kVariableValueFieldNumber

const int operations_research::MPSolutionResponse::kVariableValueFieldNumber = 3
static

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


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