commonpower.modeling.history
Model Element History.
Classes
This class provides a lightweight interface to log "snapshots" of a pyomo model and some methods to retrieve this information. The logs are stored in self.history in the form: [(<time stamp>, {<global model element id>: <value>, ...}), ...]. |