Module soco::model

source · []
Expand description

Abstract and concrete definitions of models that are used to generate problem instances.

Modules

Utilities to model the cost of data centers.

Enums

Output of a model.

Traits

Model which is used to generate problem instances and update them online.

Failures of a model.

Results of a model.

Model inputs to generate offline problem.

Model inputs to update a problem instance (online) to the next time slot. Encapsulates information for the current time slot as well as all time slots in the prediction window.

Functions

Utility to verify that the update of an online instance is valid.