![]() |
OR-Tools
8.2
|
Definition at line 291 of file hamiltonian_path.h.
Public Member Functions | |
LatticeMemoryManager () | |
void | Init (int max_card) |
uint64 | Offset (Set s, int node) const |
uint64 | BaseOffset (int card, Set s) const |
uint64 | OffsetDelta (int card, int added_node, int removed_node, int rank) const |
void | SetValue (Set s, int node, CostType value) |
void | SetValueAtOffset (uint64 offset, CostType value) |
CostType | Value (Set s, int node) const |
CostType | ValueAtOffset (uint64 offset) const |
|
inline |
Definition at line 293 of file hamiltonian_path.h.
Definition at line 407 of file hamiltonian_path.h.
void Init | ( | int | max_card | ) |
Definition at line 357 of file hamiltonian_path.h.
Definition at line 431 of file hamiltonian_path.h.
|
inline |
Definition at line 310 of file hamiltonian_path.h.
void SetValue | ( | Set | s, |
int | node, | ||
CostType | value | ||
) |
Definition at line 443 of file hamiltonian_path.h.
|
inline |
Definition at line 323 of file hamiltonian_path.h.
CostType Value | ( | Set | s, |
int | node | ||
) | const |
Definition at line 437 of file hamiltonian_path.h.
|
inline |
Definition at line 333 of file hamiltonian_path.h.