![]() |
OR-Tools
9.6
|
Definition at line 38 of file linear_propagation.h.
Public Member Functions | |
| CustomFifoQueue () | |
| void | IncreaseSize (int n) |
| int | Pop () |
| void | Push (int id) |
| bool | empty () const |
| bool | Contains (int id) const |
| void | Reorder (absl::Span< const int > order) |
| void | ReorderDense (absl::Span< const int > order) |
| void | SortByPos (absl::Span< int > elements) |
|
inline |
Definition at line 40 of file linear_propagation.h.
|
inline |
Definition at line 50 of file linear_propagation.h.
|
inline |
Definition at line 49 of file linear_propagation.h.
| void IncreaseSize | ( | int | n | ) |
Definition at line 27 of file linear_propagation.cc.
| int Pop | ( | ) |
Definition at line 37 of file linear_propagation.cc.
| void Push | ( | int | id | ) |
Definition at line 46 of file linear_propagation.cc.
| void Reorder | ( | absl::Span< const int > | order | ) |
Definition at line 56 of file linear_propagation.cc.
| void ReorderDense | ( | absl::Span< const int > | order | ) |
Definition at line 84 of file linear_propagation.cc.
| void SortByPos | ( | absl::Span< int > | elements | ) |
Definition at line 115 of file linear_propagation.cc.