OR-Tools  9.6
CompactVectorVector< T >

Detailed Description

template<typename T>
class operations_research::sat::CompactVectorVector< T >

Definition at line 39 of file inclusion.h.

Public Member Functions

int Add (absl::Span< const T > data)
 
template<typename L >
int AddLiterals (const std::vector< L > &data)
 
absl::Span< const T > operator[] (int index) const
 
void clear ()
 
size_t size () const
 

Member Function Documentation

◆ Add()

int Add ( absl::Span< const T >  data)
inline

Definition at line 43 of file inclusion.h.

◆ AddLiterals()

int AddLiterals ( const std::vector< L > &  data)
inline

Definition at line 54 of file inclusion.h.

◆ clear()

void clear ( )
inline

Definition at line 74 of file inclusion.h.

◆ operator[]()

absl::Span<const T> operator[] ( int  index) const
inline

Definition at line 65 of file inclusion.h.

◆ size()

size_t size ( ) const
inline

Definition at line 80 of file inclusion.h.


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