![]() |
OR-Tools
9.3
|
Definition at line 128 of file hamiltonian_path.h.
Public Types | |
| typedef Integer | IntegerType |
Public Member Functions | |
| Set (Integer n) | |
| Integer | value () const |
| Set | AddElement (int n) const |
| Set | RemoveElement (int n) const |
| bool | Contains (int n) const |
| bool | Includes (Set other) const |
| int | Cardinality () const |
| int | SmallestElement () const |
| Set | RemoveSmallestElement () const |
| int | ElementRank (int n) const |
| Set | SmallestSingleton () const |
| int | SingletonRank (Set singleton) const |
| ElementIterator< Set > | begin () const |
| ElementIterator< Set > | end () const |
| bool | operator!= (const Set &other) const |
| int | SmallestElement () const |
| int | Cardinality () const |
Static Public Member Functions | |
| static Set | FullSet (Integer card) |
| static Set | Singleton (Integer n) |
Static Public Attributes | |
| static constexpr Integer | One = static_cast<Integer>(1) |
| static constexpr Integer | Zero = static_cast<Integer>(0) |
| static const int | MaxCardinality = 8 * sizeof(Integer) |
| typedef Integer IntegerType |
Definition at line 131 of file hamiltonian_path.h.
|
inlineexplicit |
Definition at line 139 of file hamiltonian_path.h.
|
inline |
Definition at line 156 of file hamiltonian_path.h.
|
inline |
Definition at line 199 of file hamiltonian_path.h.
|
inline |
Definition at line 172 of file hamiltonian_path.h.
|
inline |
Definition at line 216 of file hamiltonian_path.h.
|
inline |
Definition at line 163 of file hamiltonian_path.h.
|
inline |
Definition at line 184 of file hamiltonian_path.h.
|
inline |
Definition at line 202 of file hamiltonian_path.h.
|
inlinestatic |
Definition at line 147 of file hamiltonian_path.h.
|
inline |
Definition at line 166 of file hamiltonian_path.h.
|
inline |
Definition at line 203 of file hamiltonian_path.h.
|
inline |
Definition at line 160 of file hamiltonian_path.h.
|
inline |
Definition at line 180 of file hamiltonian_path.h.
|
inlinestatic |
Definition at line 152 of file hamiltonian_path.h.
|
inline |
Definition at line 193 of file hamiltonian_path.h.
|
inline |
Definition at line 176 of file hamiltonian_path.h.
|
inline |
Definition at line 211 of file hamiltonian_path.h.
|
inline |
Definition at line 190 of file hamiltonian_path.h.
|
inline |
Definition at line 145 of file hamiltonian_path.h.
|
static |
Definition at line 136 of file hamiltonian_path.h.
|
staticconstexpr |
Definition at line 134 of file hamiltonian_path.h.
|
staticconstexpr |
Definition at line 135 of file hamiltonian_path.h.