![]() |
Google OR-Tools v9.14
a fast and portable software suite for combinatorial optimization
|
This is a special class to represent a 'residual' set of T. T must be an integer type. You fill it at first, and then during search, you can efficiently remove an element, and query the removed elements.
Definition at line 3922 of file constraint_solveri.h.
#include <constraint_solveri.h>
Public Types | |
typedef const T * | const_iterator |
Iterators on the indices. |
Public Member Functions | |
RevIntSet (int capacity) | |
Capacity is the fixed size of the set (it cannot grow). | |
RevIntSet (int capacity, int *shared_positions, int shared_positions_size) | |
Capacity is the fixed size of the set (it cannot grow). | |
~RevIntSet () | |
int | Size () const |
int | Capacity () const |
T | Element (int i) const |
T | RemovedElement (int i) const |
void | Insert (Solver *const solver, const T &elt) |
void | Remove (Solver *const solver, const T &value_index) |
void | Restore (Solver *const solver, const T &value_index) |
void | Clear (Solver *const solver) |
const_iterator | begin () const |
const_iterator | end () const |
Static Public Attributes | |
static constexpr int | kNoInserted = -1 |
typedef const T* operations_research::RevIntSet< T >::const_iterator |
Iterators on the indices.
Definition at line 3994 of file constraint_solveri.h.
|
inlineexplicit |
Capacity is the fixed size of the set (it cannot grow).
Definition at line 3927 of file constraint_solveri.h.
|
inline |
Capacity is the fixed size of the set (it cannot grow).
Definition at line 3939 of file constraint_solveri.h.
|
inline |
Definition at line 3950 of file constraint_solveri.h.
|
inline |
Definition at line 3995 of file constraint_solveri.h.
|
inline |
Definition at line 3958 of file constraint_solveri.h.
|
inline |
Definition at line 3991 of file constraint_solveri.h.
|
inline |
Definition at line 3960 of file constraint_solveri.h.
|
inline |
Definition at line 3996 of file constraint_solveri.h.
|
inline |
Valid.
Definition at line 3972 of file constraint_solveri.h.
|
inline |
Definition at line 3981 of file constraint_solveri.h.
|
inline |
Definition at line 3966 of file constraint_solveri.h.
|
inline |
Definition at line 3986 of file constraint_solveri.h.
|
inline |
Definition at line 3956 of file constraint_solveri.h.
|
staticconstexpr |
Definition at line 3924 of file constraint_solveri.h.