OR-Tools  8.0
DebugSolution

Detailed Description

Definition at line 249 of file integer.h.

Public Types

typedef IntegerVariable IndexType
 
typedef std::vector< IntegerValue, std::allocator< IntegerValue > > ParentType
 
typedef ParentType::size_type size_type
 
typedef ParentType::allocator_type allocator_type
 
typedef ParentType::value_type value_type
 
typedef ParentType::difference_type difference_type
 
typedef ParentType::reference reference
 
typedef ParentType::const_reference const_reference
 
typedef ParentType::pointer pointer
 
typedef ParentType::const_pointer const_pointer
 
typedef ParentType::iterator iterator
 
typedef ParentType::const_iterator const_iterator
 
typedef ParentType::reverse_iterator reverse_iterator
 
typedef ParentType::const_reverse_iterator const_reverse_iterator
 

Public Member Functions

 DebugSolution (Model *model)
 
const ParentTypeget () const
 
ParentTypemutable_get ()
 
reference operator[] (IndexType i)
 
const_reference operator[] (IndexType i) const
 
reference at (IndexType i)
 
const_reference at (IndexType i) const
 
void assign (size_type n, const value_type &val)
 
void assign (InputIt f, InputIt l)
 
void assign (std::initializer_list< value_type > ilist)
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
reverse_iterator rbegin ()
 
const_reverse_iterator rbegin () const
 
reverse_iterator rend ()
 
const_reverse_iterator rend () const
 
size_type size () const
 
size_type max_size () const
 
void resize (size_type new_size)
 
void resize (size_type new_size, const value_type &x)
 
size_type capacity () const
 
bool empty () const
 
void reserve (size_type n)
 
void push_back (const value_type &x)
 
void push_back (value_type &&x)
 
void emplace_back (Args &&... args)
 
iterator emplace (const_iterator pos, Args &&... args)
 
void pop_back ()
 
void swap (ITIVector &x)
 
void clear ()
 
reference front ()
 
const_reference front () const
 
reference back ()
 
const_reference back () const
 
pointer data ()
 
const_pointer data () const
 
iterator erase (const_iterator pos)
 
iterator erase (const_iterator first, const_iterator last)
 
iterator insert (const_iterator pos, const value_type &x)
 
iterator insert (const_iterator pos, value_type &&x)
 
iterator insert (const_iterator pos, size_type n, const value_type &x)
 
iterator insert (const_iterator pos, IIt first, IIt last)
 
iterator insert (const_iterator pos, std::initializer_list< value_type > ilist)
 

Member Typedef Documentation

◆ allocator_type

typedef ParentType::allocator_type allocator_type
inherited

Definition at line 82 of file int_type_indexed_vector.h.

◆ const_iterator

typedef ParentType::const_iterator const_iterator
inherited

Definition at line 90 of file int_type_indexed_vector.h.

◆ const_pointer

typedef ParentType::const_pointer const_pointer
inherited

Definition at line 88 of file int_type_indexed_vector.h.

◆ const_reference

typedef ParentType::const_reference const_reference
inherited

Definition at line 86 of file int_type_indexed_vector.h.

◆ const_reverse_iterator

typedef ParentType::const_reverse_iterator const_reverse_iterator
inherited

Definition at line 92 of file int_type_indexed_vector.h.

◆ difference_type

typedef ParentType::difference_type difference_type
inherited

Definition at line 84 of file int_type_indexed_vector.h.

◆ IndexType

typedef IntegerVariable IndexType
inherited

Definition at line 78 of file int_type_indexed_vector.h.

◆ iterator

typedef ParentType::iterator iterator
inherited

Definition at line 89 of file int_type_indexed_vector.h.

◆ ParentType

typedef std::vector<IntegerValue , std::allocator<IntegerValue > > ParentType
inherited

Definition at line 79 of file int_type_indexed_vector.h.

◆ pointer

typedef ParentType::pointer pointer
inherited

Definition at line 87 of file int_type_indexed_vector.h.

◆ reference

typedef ParentType::reference reference
inherited

Definition at line 85 of file int_type_indexed_vector.h.

◆ reverse_iterator

typedef ParentType::reverse_iterator reverse_iterator
inherited

Definition at line 91 of file int_type_indexed_vector.h.

◆ size_type

typedef ParentType::size_type size_type
inherited

Definition at line 81 of file int_type_indexed_vector.h.

◆ value_type

typedef ParentType::value_type value_type
inherited

Definition at line 83 of file int_type_indexed_vector.h.

Constructor & Destructor Documentation

◆ DebugSolution()

DebugSolution ( Model model)
inlineexplicit

Definition at line 250 of file integer.h.

Member Function Documentation

◆ assign() [1/3]

void assign ( InputIt  f,
InputIt  l 
)
inlineinherited

Definition at line 132 of file int_type_indexed_vector.h.

◆ assign() [2/3]

void assign ( size_type  n,
const value_type val 
)
inlineinherited

Definition at line 130 of file int_type_indexed_vector.h.

◆ assign() [3/3]

void assign ( std::initializer_list< value_type ilist)
inlineinherited

Definition at line 135 of file int_type_indexed_vector.h.

◆ at() [1/2]

reference at ( IndexType  i)
inlineinherited

Definition at line 126 of file int_type_indexed_vector.h.

◆ at() [2/2]

const_reference at ( IndexType  i) const
inlineinherited

Definition at line 127 of file int_type_indexed_vector.h.

◆ back() [1/2]

reference back
inlineinherited

Definition at line 173 of file int_type_indexed_vector.h.

◆ back() [2/2]

const_reference back
inlineinherited

Definition at line 174 of file int_type_indexed_vector.h.

◆ begin() [1/2]

iterator begin
inlineinherited

Definition at line 137 of file int_type_indexed_vector.h.

◆ begin() [2/2]

const_iterator begin
inlineinherited

Definition at line 138 of file int_type_indexed_vector.h.

◆ capacity()

size_type capacity
inlineinherited

Definition at line 154 of file int_type_indexed_vector.h.

◆ clear()

void clear
inlineinherited

Definition at line 169 of file int_type_indexed_vector.h.

◆ data() [1/2]

pointer data
inlineinherited

Definition at line 175 of file int_type_indexed_vector.h.

◆ data() [2/2]

const_pointer data
inlineinherited

Definition at line 176 of file int_type_indexed_vector.h.

◆ emplace()

iterator emplace ( const_iterator  pos,
Args &&...  args 
)
inlineinherited

Definition at line 164 of file int_type_indexed_vector.h.

◆ emplace_back()

void emplace_back ( Args &&...  args)
inlineinherited

Definition at line 160 of file int_type_indexed_vector.h.

◆ empty()

bool empty
inlineinherited

Definition at line 155 of file int_type_indexed_vector.h.

◆ end() [1/2]

iterator end
inlineinherited

Definition at line 139 of file int_type_indexed_vector.h.

◆ end() [2/2]

const_iterator end
inlineinherited

Definition at line 140 of file int_type_indexed_vector.h.

◆ erase() [1/2]

iterator erase ( const_iterator  first,
const_iterator  last 
)
inlineinherited

Definition at line 179 of file int_type_indexed_vector.h.

◆ erase() [2/2]

iterator erase ( const_iterator  pos)
inlineinherited

Definition at line 178 of file int_type_indexed_vector.h.

◆ front() [1/2]

reference front
inlineinherited

Definition at line 171 of file int_type_indexed_vector.h.

◆ front() [2/2]

const_reference front
inlineinherited

Definition at line 172 of file int_type_indexed_vector.h.

◆ get()

const ParentType& get
inlineinherited

Definition at line 114 of file int_type_indexed_vector.h.

◆ insert() [1/5]

iterator insert ( const_iterator  pos,
const value_type x 
)
inlineinherited

Definition at line 182 of file int_type_indexed_vector.h.

◆ insert() [2/5]

iterator insert ( const_iterator  pos,
IIt  first,
IIt  last 
)
inlineinherited

Definition at line 192 of file int_type_indexed_vector.h.

◆ insert() [3/5]

iterator insert ( const_iterator  pos,
size_type  n,
const value_type x 
)
inlineinherited

Definition at line 188 of file int_type_indexed_vector.h.

◆ insert() [4/5]

iterator insert ( const_iterator  pos,
std::initializer_list< value_type ilist 
)
inlineinherited

Definition at line 195 of file int_type_indexed_vector.h.

◆ insert() [5/5]

iterator insert ( const_iterator  pos,
value_type &&  x 
)
inlineinherited

Definition at line 185 of file int_type_indexed_vector.h.

◆ max_size()

size_type max_size
inlineinherited

Definition at line 147 of file int_type_indexed_vector.h.

◆ mutable_get()

ParentType* mutable_get
inlineinherited

Definition at line 121 of file int_type_indexed_vector.h.

◆ operator[]() [1/2]

reference operator[] ( IndexType  i)
inlineinherited

Definition at line 124 of file int_type_indexed_vector.h.

◆ operator[]() [2/2]

const_reference operator[] ( IndexType  i) const
inlineinherited

Definition at line 125 of file int_type_indexed_vector.h.

◆ pop_back()

void pop_back
inlineinherited

Definition at line 167 of file int_type_indexed_vector.h.

◆ push_back() [1/2]

void push_back ( const value_type x)
inlineinherited

Definition at line 157 of file int_type_indexed_vector.h.

◆ push_back() [2/2]

void push_back ( value_type &&  x)
inlineinherited

Definition at line 158 of file int_type_indexed_vector.h.

◆ rbegin() [1/2]

reverse_iterator rbegin
inlineinherited

Definition at line 141 of file int_type_indexed_vector.h.

◆ rbegin() [2/2]

const_reverse_iterator rbegin
inlineinherited

Definition at line 142 of file int_type_indexed_vector.h.

◆ rend() [1/2]

reverse_iterator rend
inlineinherited

Definition at line 143 of file int_type_indexed_vector.h.

◆ rend() [2/2]

const_reverse_iterator rend
inlineinherited

Definition at line 144 of file int_type_indexed_vector.h.

◆ reserve()

void reserve ( size_type  n)
inlineinherited

Definition at line 156 of file int_type_indexed_vector.h.

◆ resize() [1/2]

void resize ( size_type  new_size)
inlineinherited

Definition at line 149 of file int_type_indexed_vector.h.

◆ resize() [2/2]

void resize ( size_type  new_size,
const value_type x 
)
inlineinherited

Definition at line 150 of file int_type_indexed_vector.h.

◆ size()

size_type size
inlineinherited

Definition at line 146 of file int_type_indexed_vector.h.

◆ swap()

void swap ( ITIVector< IntegerVariable, IntegerValue > &  x)
inlineinherited

Definition at line 168 of file int_type_indexed_vector.h.


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