Expand description

Utilities for streaming online problems given a model.

Structs

Intermediate result after solving the initial offline problem.

Functions

Executes next iteration of online algorithm. Returns obtained result, integral result, and memory.

Generates problem instance from model and streams online algorithm using the provided input. Then, starts backend. Returns initial schedule, initial integral schedule, and latest memory of the algorithm.

Stops backend server.