Definition at line 257 of file hamiltonian_path.h.
Public Types | |
| typedef Set | SetType |
Public Member Functions | |
| SetRangeWithCardinality (int card, int max_card) | |
| The end_ set is the first set with cardinality card, that does not fit in max_card bits. More... | |
| SetRangeIterator< SetRangeWithCardinality > | begin () const |
| STL iterator-related methods. More... | |
| SetRangeIterator< SetRangeWithCardinality > | end () const |
| typedef Set operations_research::SetRangeWithCardinality< Set >::SetType |
Definition at line 259 of file hamiltonian_path.h.
|
inline |
The end_ set is the first set with cardinality card, that does not fit in max_card bits.
Thus, its bit at position max_card is set, and the rightmost (card - 1) bits are set.
Definition at line 263 of file hamiltonian_path.h.
|
inline |
STL iterator-related methods.
Definition at line 273 of file hamiltonian_path.h.
|
inline |
Definition at line 276 of file hamiltonian_path.h.