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

Detailed Description

Definition at line 598 of file boolean_problem.pb.h.

#include <boolean_problem.pb.h>

Inheritance diagram for operations_research::sat::BooleanAssignment:

Classes

class  _Internal

Public Types

enum  : int { kLiteralsFieldNumber = 1 }

Public Member Functions

 BooleanAssignment ()
 ~BooleanAssignment () PROTOBUF_FINAL
template<typename = void>
PROTOBUF_CONSTEXPR BooleanAssignment (::google::protobuf::internal::ConstantInitialized)
 BooleanAssignment (const BooleanAssignment &from)
 BooleanAssignment (BooleanAssignment &&from) noexcept
BooleanAssignmentoperator= (const BooleanAssignment &from)
BooleanAssignmentoperator= (BooleanAssignment &&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 (BooleanAssignment *PROTOBUF_NONNULL other)
void UnsafeArenaSwap (BooleanAssignment *PROTOBUF_NONNULL other)
BooleanAssignment *PROTOBUF_NONNULL New (::google::protobuf::Arena *PROTOBUF_NULLABLE arena=nullptr) const
void CopyFrom (const BooleanAssignment &from)
void MergeFrom (const BooleanAssignment &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
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 ()
template<typename>
PROTOBUF_CONSTEXPR BooleanAssignment (::_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 BooleanAssignmentdefault_instance ()
static constexpr auto InternalGenerateClassData_ ()

Static Public Attributes

static constexpr int kIndexInFileMessages = 2

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 (BooleanAssignment &a, BooleanAssignment &b)

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kLiteralsFieldNumber 

Definition at line 739 of file boolean_problem.pb.h.

Constructor & Destructor Documentation

◆ BooleanAssignment() [1/5]

operations_research::sat::BooleanAssignment::BooleanAssignment ( )
inline

Definition at line 601 of file boolean_problem.pb.h.

◆ ~BooleanAssignment()

operations_research::sat::BooleanAssignment::~BooleanAssignment ( )

Definition at line 1093 of file boolean_problem.pb.cc.

◆ BooleanAssignment() [2/5]

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

◆ BooleanAssignment() [3/5]

operations_research::sat::BooleanAssignment::BooleanAssignment ( const BooleanAssignment & from)
inline

Definition at line 614 of file boolean_problem.pb.h.

◆ BooleanAssignment() [4/5]

operations_research::sat::BooleanAssignment::BooleanAssignment ( BooleanAssignment && from)
inlinenoexcept

Definition at line 615 of file boolean_problem.pb.h.

◆ BooleanAssignment() [5/5]

template<typename>
PROTOBUF_CONSTEXPR operations_research::sat::BooleanAssignment::BooleanAssignment ( ::_pbi::ConstantInitialized )

Definition at line 95 of file boolean_problem.pb.cc.

Member Function Documentation

◆ _InternalSerialize()

uint8_t *PROTOBUF_NONNULL operations_research::sat::BooleanAssignment::_InternalSerialize ( ::uint8_t *PROTOBUF_NONNULL target,
::google::protobuf::io::EpsCopyOutputStream *PROTOBUF_NONNULL stream ) const
final

Definition at line 1216 of file boolean_problem.pb.cc.

◆ add_literals()

void operations_research::sat::BooleanAssignment::add_literals ( ::int32_t value)
inline

Definition at line 1530 of file boolean_problem.pb.h.

◆ ByteSizeLong()

size_t operations_research::sat::BooleanAssignment::ByteSizeLong ( ) const
final

Definition at line 1251 of file boolean_problem.pb.cc.

◆ Clear()

PROTOBUF_NOINLINE void operations_research::sat::BooleanAssignment::Clear ( )

Definition at line 1195 of file boolean_problem.pb.cc.

◆ clear_literals()

void operations_research::sat::BooleanAssignment::clear_literals ( )
inline

Definition at line 1516 of file boolean_problem.pb.h.

◆ CopyFrom()

void operations_research::sat::BooleanAssignment::CopyFrom ( const BooleanAssignment & from)

Definition at line 1299 of file boolean_problem.pb.cc.

◆ default_instance()

const BooleanAssignment & operations_research::sat::BooleanAssignment::default_instance ( )
inlinestatic

Definition at line 649 of file boolean_problem.pb.h.

◆ descriptor()

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

Definition at line 640 of file boolean_problem.pb.h.

◆ GetCachedSize()

int operations_research::sat::BooleanAssignment::GetCachedSize ( ) const
inline

Definition at line 708 of file boolean_problem.pb.h.

◆ GetDescriptor()

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

Definition at line 643 of file boolean_problem.pb.h.

◆ GetMetadata()

google::protobuf::Metadata operations_research::sat::BooleanAssignment::GetMetadata ( ) const

Definition at line 1314 of file boolean_problem.pb.cc.

◆ GetReflection()

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

Definition at line 646 of file boolean_problem.pb.h.

◆ InternalGenerateClassData_()

auto operations_research::sat::BooleanAssignment::InternalGenerateClassData_ ( )
staticconstexpr

Definition at line 1128 of file boolean_problem.pb.cc.

◆ IsInitialized()

bool operations_research::sat::BooleanAssignment::IsInitialized ( ) const
inline

Definition at line 684 of file boolean_problem.pb.h.

◆ literals() [1/2]

const::google::protobuf::RepeatedField<::int32_t > & operations_research::sat::BooleanAssignment::literals ( ) const
inline

Definition at line 1536 of file boolean_problem.pb.h.

◆ literals() [2/2]

int32_t operations_research::sat::BooleanAssignment::literals ( int index) const
inline

Definition at line 1522 of file boolean_problem.pb.h.

◆ literals_size()

int operations_research::sat::BooleanAssignment::literals_size ( ) const
inline

Definition at line 1513 of file boolean_problem.pb.h.

◆ MergeFrom()

void operations_research::sat::BooleanAssignment::MergeFrom ( const BooleanAssignment & from)
inline

Definition at line 677 of file boolean_problem.pb.h.

◆ mutable_literals()

google::protobuf::RepeatedField<::int32_t > *PROTOBUF_NONNULL operations_research::sat::BooleanAssignment::mutable_literals ( )
inline

Definition at line 1541 of file boolean_problem.pb.h.

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet *PROTOBUF_NONNULL operations_research::sat::BooleanAssignment::mutable_unknown_fields ( )
inline

Definition at line 635 of file boolean_problem.pb.h.

◆ New()

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

Definition at line 671 of file boolean_problem.pb.h.

◆ operator=() [1/2]

BooleanAssignment & operations_research::sat::BooleanAssignment::operator= ( BooleanAssignment && from)
inlinenoexcept

Definition at line 621 of file boolean_problem.pb.h.

◆ operator=() [2/2]

BooleanAssignment & operations_research::sat::BooleanAssignment::operator= ( const BooleanAssignment & from)
inline

Definition at line 617 of file boolean_problem.pb.h.

◆ set_literals()

void operations_research::sat::BooleanAssignment::set_literals ( int index,
::int32_t value )
inline

Definition at line 1526 of file boolean_problem.pb.h.

◆ Swap()

void operations_research::sat::BooleanAssignment::Swap ( BooleanAssignment *PROTOBUF_NONNULL other)
inline

Definition at line 655 of file boolean_problem.pb.h.

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & operations_research::sat::BooleanAssignment::unknown_fields ( ) const
inline

Definition at line 631 of file boolean_problem.pb.h.

◆ UnsafeArenaSwap()

void operations_research::sat::BooleanAssignment::UnsafeArenaSwap ( BooleanAssignment *PROTOBUF_NONNULL other)
inline

Definition at line 663 of file boolean_problem.pb.h.

◆ ::google::protobuf::Arena

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

Definition at line 770 of file boolean_problem.pb.h.

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

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

Definition at line 772 of file boolean_problem.pb.h.

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

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

Definition at line 763 of file boolean_problem.pb.h.

◆ ::google::protobuf::MessageLite

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

Definition at line 769 of file boolean_problem.pb.h.

◆ ::TableStruct_ortools_2fsat_2fboolean_5fproblem_2eproto

friend struct ::TableStruct_ortools_2fsat_2fboolean_5fproblem_2eproto
friend

Definition at line 790 of file boolean_problem.pb.h.

◆ swap

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

Definition at line 654 of file boolean_problem.pb.h.

Member Data Documentation

◆ _impl_

Impl_ operations_research::sat::BooleanAssignment::_impl_

Definition at line 789 of file boolean_problem.pb.h.

◆ kIndexInFileMessages

int operations_research::sat::BooleanAssignment::kIndexInFileMessages = 2
staticconstexpr

Definition at line 653 of file boolean_problem.pb.h.


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