pub trait OnlineInput: Debug + DeserializeOwned + Serialize + UnwindSafe { }
Expand description

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.

Implementors