![]() |
Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
|
Definition at line 132 of file hamiltonian_path.h.
#include <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 | kOne = Integer{1} |
| static constexpr Integer | kZero = Integer{0} |
| static constexpr int | kMaxCardinality = std::numeric_limits<Integer>::digits |
| typedef Integer operations_research::Set< Integer >::IntegerType |
Definition at line 135 of file hamiltonian_path.h.
|
inlineexplicit |
Definition at line 143 of file hamiltonian_path.h.
|
inline |
Definition at line 160 of file hamiltonian_path.h.
|
inline |
Definition at line 203 of file hamiltonian_path.h.
|
inline |
Definition at line 220 of file hamiltonian_path.h.
|
inline |
Definition at line 176 of file hamiltonian_path.h.
|
inline |
Definition at line 167 of file hamiltonian_path.h.
|
inline |
Definition at line 188 of file hamiltonian_path.h.
|
inline |
Definition at line 206 of file hamiltonian_path.h.
|
inlinestatic |
Definition at line 151 of file hamiltonian_path.h.
|
inline |
Definition at line 170 of file hamiltonian_path.h.
|
inline |
Definition at line 207 of file hamiltonian_path.h.
|
inline |
Definition at line 164 of file hamiltonian_path.h.
|
inline |
Definition at line 184 of file hamiltonian_path.h.
|
inlinestatic |
Definition at line 156 of file hamiltonian_path.h.
|
inline |
Definition at line 197 of file hamiltonian_path.h.
|
inline |
Definition at line 215 of file hamiltonian_path.h.
|
inline |
Definition at line 180 of file hamiltonian_path.h.
|
inline |
Definition at line 194 of file hamiltonian_path.h.
|
inline |
Definition at line 149 of file hamiltonian_path.h.
|
staticconstexpr |
Definition at line 140 of file hamiltonian_path.h.
|
staticconstexpr |
Definition at line 138 of file hamiltonian_path.h.
|
staticconstexpr |
Definition at line 139 of file hamiltonian_path.h.