Expand description
Offline Algorithms.
Modules§
- multi_
dimensional - Multi-Dimensional Offline Algorithms.
- uni_
dimensional - Uni-Dimensional Offline Algorithms.
Structs§
- Cache
- Data structure to cache results of the algorithm up to some time slot $t$.
- Cached
Path - Resulting path alongside cache which can be used for subsequent iterations.
- Offline
Options - Configuration of offline algorithms.
- Pure
Offline Result - Result of an offline algorithm which only returns the obtained schedule.
Traits§
- Offline
Algorithm - Implementation of an offline algorithm.
- Offline
Result - Result of an offline algorithm.