Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
operations_research::MPSolutionResponse Class Reference

#include <linear_solver.pb.h>

Inheritance diagram for operations_research::MPSolutionResponse:
Inheritance graph
[legend]
Collaboration diagram for operations_research::MPSolutionResponse:
Collaboration graph
[legend]

Public Member Functions

 MPSolutionResponse ()
 
virtual ~MPSolutionResponse ()
 
 MPSolutionResponse (const MPSolutionResponse &from)
 
MPSolutionResponseoperator= (const MPSolutionResponse &from)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (MPSolutionResponse *other)
 
MPSolutionResponseNew () const final
 implements Message -------------------------------------------— More...
 
MPSolutionResponseNew (::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 MPSolutionResponse &from)
 
void MergeFrom (const MPSolutionResponse &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
 
int variable_value_size () const
 nested types -------------------------------------------------— More...
 
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 > * mutable_variable_value ()
 
int dual_value_size () const
 repeated double dual_value = 4 [packed = true]; More...
 
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 > * mutable_dual_value ()
 
int reduced_cost_size () const
 repeated double reduced_cost = 6 [packed = true]; More...
 
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 > * mutable_reduced_cost ()
 
bool has_objective_value () const
 optional double objective_value = 2; More...
 
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; More...
 
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]; More...
 
void clear_status ()
 
::operations_research::MPSolverResponseStatus status () const
 
void set_status (::operations_research::MPSolverResponseStatus value)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
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

struct ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto
 
void swap (MPSolutionResponse &a, MPSolutionResponse &b)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ MPSolutionResponse() [1/2]

operations_research::MPSolutionResponse::MPSolutionResponse ( )

◆ ~MPSolutionResponse()

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

◆ MPSolutionResponse() [2/2]

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

Member Function Documentation

◆ 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 3210 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 3240 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 3180 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 3155 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 3151 of file linear_solver.pb.h.

◆ clear_dual_value()

void operations_research::MPSolutionResponse::clear_dual_value ( )
inline

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

◆ clear_objective_value()

void operations_research::MPSolutionResponse::clear_objective_value ( )
inline

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

◆ clear_reduced_cost()

void operations_research::MPSolutionResponse::clear_reduced_cost ( )
inline

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

◆ clear_status()

void operations_research::MPSolutionResponse::clear_status ( )
inline

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

◆ clear_variable_value()

void operations_research::MPSolutionResponse::clear_variable_value ( )
inline

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

◆ CopyFrom() [1/2]

void operations_research::MPSolutionResponse::CopyFrom ( const ::google::protobuf::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 ::google::protobuf::Descriptor* operations_research::MPSolutionResponse::descriptor ( )
inlinestatic

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

◆ dual_value() [1/2]

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

@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.dual_value)

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

◆ dual_value() [2/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 3215 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 3196 of file linear_solver.pb.h.

◆ GetCachedSize()

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

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

◆ GetMetadata()

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

◆ has_best_objective_bound()

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

optional double best_objective_bound = 5;

Definition at line 3148 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 3130 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 3111 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 1733 of file linear_solver.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

::google::protobuf::uint8* operations_research::MPSolutionResponse::InternalSerializeWithCachedSizesToArray ( ::google::protobuf::uint8 *  target) const
final

◆ IsInitialized()

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

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_dual_value()

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

@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.dual_value)

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

◆ mutable_reduced_cost()

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

@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.reduced_cost)

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

◆ mutable_unknown_fields()

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

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

◆ mutable_variable_value()

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

@protoc_insertion_point(field_mutable_list:operations_research.MPSolutionResponse.variable_value)

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

◆ New() [1/2]

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

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

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

◆ New() [2/2]

MPSolutionResponse* operations_research::MPSolutionResponse::New ( ::google::protobuf::Arena *  arena) const
inlinefinal

Definition at line 1751 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 3137 of file linear_solver.pb.h.

◆ operator=()

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

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

◆ reduced_cost() [1/2]

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

@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.reduced_cost)

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

◆ reduced_cost() [2/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 3245 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 3226 of file linear_solver.pb.h.

◆ SerializeWithCachedSizes()

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

◆ 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 3159 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 3206 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 3141 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 3236 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 3122 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 3176 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 3118 of file linear_solver.pb.h.

◆ Swap()

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

◆ unknown_fields()

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

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

◆ variable_value() [1/2]

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

@protoc_insertion_point(field_get:operations_research.MPSolutionResponse.variable_value)

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

◆ variable_value() [2/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 3185 of file linear_solver.pb.h.

◆ variable_value_size()

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

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

repeated double variable_value = 3 [packed = true];

accessors ----------------------------------------------------— repeated double variable_value = 3 [packed = true];

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

Friends And Related Function Documentation

◆ ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto

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

◆ swap

void swap ( MPSolutionResponse a,
MPSolutionResponse b 
)
friend

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

Member Data Documentation

◆ kBestObjectiveBoundFieldNumber

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

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

◆ kDualValueFieldNumber

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

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

◆ kIndexInFileMessages

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

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

◆ kObjectiveValueFieldNumber

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

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

◆ kReducedCostFieldNumber

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

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

◆ kStatusFieldNumber

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

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

◆ kVariableValueFieldNumber

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

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


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