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

Detailed Description

Definition at line 3748 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
}

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
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
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
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
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
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
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
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
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
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)
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

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
Enumerator
kVariableValueFieldNumber 
kDualValueFieldNumber 
kReducedCostFieldNumber 
kAdditionalSolutionsFieldNumber 
kStatusStrFieldNumber 
kSolverSpecificInfoFieldNumber 
kSolveInfoFieldNumber 
kObjectiveValueFieldNumber 
kBestObjectiveBoundFieldNumber 
kStatusFieldNumber 

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

Constructor & Destructor Documentation

◆ MPSolutionResponse() [1/5]

operations_research::MPSolutionResponse::MPSolutionResponse ( )
inline

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

◆ ~MPSolutionResponse()

operations_research::MPSolutionResponse::~MPSolutionResponse ( )

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

◆ MPSolutionResponse() [2/5]

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

◆ MPSolutionResponse() [3/5]

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

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

◆ MPSolutionResponse() [4/5]

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

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

◆ MPSolutionResponse() [5/5]

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

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

◆ add_additional_solutions()

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

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

◆ add_dual_value()

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

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

◆ add_reduced_cost()

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

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

◆ add_variable_value()

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

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

◆ additional_solutions() [1/2]

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

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

◆ additional_solutions() [2/2]

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

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

◆ additional_solutions_size()

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

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

◆ best_objective_bound()

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

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

◆ ByteSizeLong()

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

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

◆ Clear()

PROTOBUF_NOINLINE void operations_research::MPSolutionResponse::Clear ( )

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

◆ clear_additional_solutions()

void operations_research::MPSolutionResponse::clear_additional_solutions ( )
inline

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

◆ clear_best_objective_bound()

void operations_research::MPSolutionResponse::clear_best_objective_bound ( )
inline

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

◆ clear_dual_value()

void operations_research::MPSolutionResponse::clear_dual_value ( )
inline

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

◆ clear_objective_value()

void operations_research::MPSolutionResponse::clear_objective_value ( )
inline

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

◆ clear_reduced_cost()

void operations_research::MPSolutionResponse::clear_reduced_cost ( )
inline

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

◆ clear_solve_info()

void operations_research::MPSolutionResponse::clear_solve_info ( )
inline

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

◆ clear_solver_specific_info()

void operations_research::MPSolutionResponse::clear_solver_specific_info ( )
inline

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

◆ clear_status()

void operations_research::MPSolutionResponse::clear_status ( )
inline

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

◆ clear_status_str()

void operations_research::MPSolutionResponse::clear_status_str ( )
inline

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

◆ clear_variable_value()

void operations_research::MPSolutionResponse::clear_variable_value ( )
inline

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

◆ CopyFrom()

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

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

◆ default_instance()

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

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

◆ descriptor()

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

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

◆ dual_value() [1/2]

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

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

◆ dual_value() [2/2]

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

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

◆ dual_value_size()

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

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

◆ GetCachedSize()

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

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

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

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

◆ GetReflection()

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

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

◆ has_best_objective_bound()

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

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

◆ has_objective_value()

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

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

◆ has_solve_info()

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

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

◆ has_solver_specific_info()

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

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

◆ has_status()

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

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

◆ has_status_str()

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

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

◆ InternalGenerateClassData_()

auto operations_research::MPSolutionResponse::InternalGenerateClassData_ ( )
staticconstexpr

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

◆ IsInitialized()

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

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

◆ MergeFrom()

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

Definition at line 3827 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

Definition at line 10529 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

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

◆ mutable_dual_value()

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

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

◆ mutable_reduced_cost()

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

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

◆ mutable_solve_info()

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

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

◆ mutable_solver_specific_info()

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

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

◆ mutable_status_str()

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

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

◆ mutable_variable_value()

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

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

◆ New()

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

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

◆ objective_value()

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ reduced_cost() [1/2]

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

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

◆ reduced_cost() [2/2]

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

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

◆ reduced_cost_size()

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

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

◆ release_solve_info()

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

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

◆ release_solver_specific_info()

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

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

◆ release_status_str()

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

Definition at line 10108 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

Definition at line 10321 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

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

◆ set_allocated_status_str()

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

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

◆ set_best_objective_bound()

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

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

◆ set_dual_value()

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

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

◆ set_objective_value()

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

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

◆ set_reduced_cost()

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

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

◆ set_solver_specific_info() [1/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::MPSolutionResponse::set_solver_specific_info ( Arg_ && arg,
Args_... args )

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

◆ set_solver_specific_info() [2/2]

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

◆ set_status()

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

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

◆ set_status_str() [1/2]

template<typename Arg_, typename... Args_>
PROTOBUF_ALWAYS_INLINE void operations_research::MPSolutionResponse::set_status_str ( Arg_ && arg,
Args_... args )

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

◆ set_status_str() [2/2]

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

◆ set_variable_value()

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

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

◆ solve_info()

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

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

◆ solver_specific_info()

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

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

◆ status()

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

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

◆ status_str()

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

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

◆ Swap()

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

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

◆ unknown_fields()

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

Definition at line 3781 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

Definition at line 10297 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

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

◆ UnsafeArenaSwap()

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

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

◆ variable_value() [1/2]

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

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

◆ variable_value() [2/2]

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

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

◆ variable_value_size()

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

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

◆ ::google::protobuf::Arena

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

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

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

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

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

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

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

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

◆ ::google::protobuf::MessageLite

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

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

◆ ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto

friend struct ::TableStruct_ortools_2flinear_5fsolver_2flinear_5fsolver_2eproto
friend

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

◆ swap

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

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

Member Data Documentation

◆ _impl_

Impl_ operations_research::MPSolutionResponse::_impl_

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

◆ kIndexInFileMessages

int operations_research::MPSolutionResponse::kIndexInFileMessages = 21
staticconstexpr

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


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