![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
Definition at line 90 of file boolean_problem.pb.h.
#include <boolean_problem.pb.h>
Classes | |
class | _Internal |
Public Types | |
enum | : int { kLiteralsFieldNumber = 1 , kCoefficientsFieldNumber = 2 , kOffsetFieldNumber = 3 , kScalingFactorFieldNumber = 4 } |
nested types -------------------------------------------------— More... |
Public Member Functions | |
LinearObjective () | |
~LinearObjective () PROTOBUF_FINAL | |
template<typename = void> | |
PROTOBUF_CONSTEXPR | LinearObjective (::google::protobuf::internal::ConstantInitialized) |
LinearObjective (const LinearObjective &from) | |
LinearObjective (LinearObjective &&from) noexcept | |
LinearObjective & | operator= (const LinearObjective &from) |
LinearObjective & | operator= (LinearObjective &&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 (LinearObjective *PROTOBUF_NONNULL other) |
void | UnsafeArenaSwap (LinearObjective *PROTOBUF_NONNULL other) |
LinearObjective *PROTOBUF_NONNULL | New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const |
implements Message -------------------------------------------— | |
void | CopyFrom (const LinearObjective &from) |
void | MergeFrom (const LinearObjective &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 | literals_size () const |
repeated int32 literals = 1; | |
void | clear_literals () |
::int32_t | literals (int index) const |
void | set_literals (int index, ::int32_t value) |
void | add_literals (::int32_t value) |
const ::google::protobuf::RepeatedField<::int32_t > & | literals () const |
::google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL | mutable_literals () |
int | coefficients_size () const |
repeated int64 coefficients = 2; | |
void | clear_coefficients () |
::int64_t | coefficients (int index) const |
void | set_coefficients (int index, ::int64_t value) |
void | add_coefficients (::int64_t value) |
const ::google::protobuf::RepeatedField<::int64_t > & | coefficients () const |
::google::protobuf::RepeatedField<::int64_t > *PROTOBUF_NONNULL | mutable_coefficients () |
bool | has_offset () const |
optional double offset = 3 [default = 0]; | |
void | clear_offset () |
double | offset () const |
void | set_offset (double value) |
bool | has_scaling_factor () const |
optional double scaling_factor = 4 [default = 1]; | |
void | clear_scaling_factor () |
double | scaling_factor () const |
void | set_scaling_factor (double value) |
template<typename> | |
PROTOBUF_CONSTEXPR | LinearObjective (::_pbi::ConstantInitialized) |
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 LinearObjective & | default_instance () |
static constexpr auto | InternalGenerateClassData_ () |
Static Public Attributes | |
static constexpr int | kIndexInFileMessages = 1 |
Protected Member Functions | |
LinearObjective (::google::protobuf::Arena *PROTOBUF_NULLABLE arena) | |
LinearObjective (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, const LinearObjective &from) | |
LinearObjective (::google::protobuf::Arena *PROTOBUF_NULLABLE arena, LinearObjective &&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_2fsat_2fboolean_5fproblem_2eproto |
void | swap (LinearObjective &a, LinearObjective &b) |
anonymous enum : int |
nested types -------------------------------------------------—
accessors ----------------------------------------------------—
Enumerator | |
---|---|
kLiteralsFieldNumber | |
kCoefficientsFieldNumber | |
kOffsetFieldNumber | |
kScalingFactorFieldNumber |
Definition at line 232 of file boolean_problem.pb.h.
|
inline |
Definition at line 93 of file boolean_problem.pb.h.
operations_research::sat::LinearObjective::~LinearObjective | ( | ) |
@protoc_insertion_point(destructor:operations_research.sat.LinearObjective)
Definition at line 713 of file boolean_problem.pb.cc.
|
explicit |
|
inline |
Definition at line 106 of file boolean_problem.pb.h.
|
inlinenoexcept |
Definition at line 107 of file boolean_problem.pb.h.
|
explicitprotected |
@protoc_insertion_point(arena_constructor:operations_research.sat.LinearObjective)
Definition at line 660 of file boolean_problem.pb.cc.
|
protected |
@protoc_insertion_point(copy_constructor:operations_research.sat.LinearObjective)
Definition at line 678 of file boolean_problem.pb.cc.
|
inlineprotectednoexcept |
Definition at line 214 of file boolean_problem.pb.h.
PROTOBUF_CONSTEXPR operations_research::sat::LinearObjective::LinearObjective | ( | ::_pbi::ConstantInitialized | ) |
Definition at line 39 of file boolean_problem.pb.cc.
|
final |
@protoc_insertion_point(serialize_to_array_start:operations_research.sat.LinearObjective)
repeated int32 literals = 1;
repeated int64 coefficients = 2;
optional double offset = 3 [default = 0];
optional double scaling_factor = 4 [default = 1];
@protoc_insertion_point(serialize_to_array_end:operations_research.sat.LinearObjective)
Definition at line 858 of file boolean_problem.pb.cc.
|
inline |
@protoc_insertion_point(field_add:operations_research.sat.LinearObjective.coefficients)
Definition at line 1404 of file boolean_problem.pb.h.
|
inline |
@protoc_insertion_point(field_add:operations_research.sat.LinearObjective.literals)
Definition at line 1358 of file boolean_problem.pb.h.
|
final |
@protoc_insertion_point(message_byte_size_start:operations_research.sat.LinearObjective)
Prevent compiler warnings about cached_has_bits being unused
repeated int32 literals = 1;
repeated int64 coefficients = 2;
Definition at line 909 of file boolean_problem.pb.cc.
PROTOBUF_NOINLINE void operations_research::sat::LinearObjective::Clear | ( | ) |
@protoc_insertion_point(message_clear_start:operations_research.sat.LinearObjective)
Prevent compiler warnings about cached_has_bits being unused
Definition at line 834 of file boolean_problem.pb.cc.
|
inline |
Definition at line 1392 of file boolean_problem.pb.h.
|
inline |
Definition at line 1346 of file boolean_problem.pb.h.
|
inline |
Definition at line 1436 of file boolean_problem.pb.h.
|
inline |
Definition at line 1464 of file boolean_problem.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.sat.LinearObjective.coefficients)
Definition at line 1409 of file boolean_problem.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.sat.LinearObjective.coefficients)
Definition at line 1396 of file boolean_problem.pb.h.
|
inline |
repeated int64 coefficients = 2;
Definition at line 1389 of file boolean_problem.pb.h.
void operations_research::sat::LinearObjective::CopyFrom | ( | const LinearObjective & | from | ) |
@protoc_insertion_point(class_specific_copy_from_start:operations_research.sat.LinearObjective)
Definition at line 967 of file boolean_problem.pb.cc.
|
inlinestatic |
Definition at line 141 of file boolean_problem.pb.h.
|
inlinestatic |
Definition at line 132 of file boolean_problem.pb.h.
|
inline |
Definition at line 200 of file boolean_problem.pb.h.
|
protected |
Definition at line 777 of file boolean_problem.pb.cc.
|
inlinestatic |
Definition at line 135 of file boolean_problem.pb.h.
google::protobuf::Metadata operations_research::sat::LinearObjective::GetMetadata | ( | ) | const |
Definition at line 989 of file boolean_problem.pb.cc.
|
inlinestatic |
Definition at line 138 of file boolean_problem.pb.h.
|
inline |
optional double offset = 3 [default = 0];
Definition at line 1432 of file boolean_problem.pb.h.
|
inline |
optional double scaling_factor = 4 [default = 1];
Definition at line 1460 of file boolean_problem.pb.h.
|
staticconstexpr |
Definition at line 749 of file boolean_problem.pb.cc.
|
staticconstexprprotected |
Definition at line 729 of file boolean_problem.pb.cc.
|
inline |
Definition at line 176 of file boolean_problem.pb.h.
|
inline |
@protoc_insertion_point(field_list:operations_research.sat.LinearObjective.literals)
Definition at line 1363 of file boolean_problem.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.sat.LinearObjective.literals)
Definition at line 1350 of file boolean_problem.pb.h.
|
inline |
repeated int32 literals = 1;
Definition at line 1343 of file boolean_problem.pb.h.
|
inline |
Definition at line 169 of file boolean_problem.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.sat.LinearObjective.coefficients)
Definition at line 1414 of file boolean_problem.pb.h.
|
inline |
@protoc_insertion_point(field_mutable_list:operations_research.sat.LinearObjective.literals)
Definition at line 1368 of file boolean_problem.pb.h.
|
inline |
Definition at line 127 of file boolean_problem.pb.h.
|
inline |
implements Message -------------------------------------------—
Definition at line 163 of file boolean_problem.pb.h.
|
inline |
@protoc_insertion_point(field_get:operations_research.sat.LinearObjective.offset)
Definition at line 1441 of file boolean_problem.pb.h.
|
inline |
Definition at line 109 of file boolean_problem.pb.h.
|
inlinenoexcept |
Definition at line 113 of file boolean_problem.pb.h.
|
inlinestaticprotected |
Definition at line 724 of file boolean_problem.pb.cc.
|
inline |
@protoc_insertion_point(field_get:operations_research.sat.LinearObjective.scaling_factor)
Definition at line 1469 of file boolean_problem.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.sat.LinearObjective.coefficients)
Definition at line 1400 of file boolean_problem.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.sat.LinearObjective.literals)
Definition at line 1354 of file boolean_problem.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.sat.LinearObjective.offset)
Definition at line 1445 of file boolean_problem.pb.h.
|
inline |
@protoc_insertion_point(field_set:operations_research.sat.LinearObjective.scaling_factor)
Definition at line 1473 of file boolean_problem.pb.h.
|
inline |
Definition at line 147 of file boolean_problem.pb.h.
|
inline |
Definition at line 123 of file boolean_problem.pb.h.
|
inline |
Definition at line 155 of file boolean_problem.pb.h.
|
friend |
Definition at line 306 of file boolean_problem.pb.h.
|
friend |
Definition at line 308 of file boolean_problem.pb.h.
|
friend |
Definition at line 299 of file boolean_problem.pb.h.
|
friend |
Definition at line 305 of file boolean_problem.pb.h.
|
friend |
Definition at line 329 of file boolean_problem.pb.h.
|
friend |
Definition at line 146 of file boolean_problem.pb.h.
Impl_ operations_research::sat::LinearObjective::_impl_ |
Definition at line 328 of file boolean_problem.pb.h.
|
staticconstexpr |
Definition at line 145 of file boolean_problem.pb.h.