Module offline

Source
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$.
CachedPath
Resulting path alongside cache which can be used for subsequent iterations.
OfflineOptions
Configuration of offline algorithms.
PureOfflineResult
Result of an offline algorithm which only returns the obtained schedule.

Traits§

OfflineAlgorithm
Implementation of an offline algorithm.
OfflineResult
Result of an offline algorithm.