|
Antares Simulator
Power System Simulator
|
Interface for scenarios in the linear problem API. A scenario is an association of years to their respective time series numbers for a given group name. More...
#include <IScenario.h>
Public Types | |
| using | Year = unsigned |
| using | TimeSeriesNumber = unsigned |
Public Member Functions | |
| IScenario (std::string group) | |
| virtual TimeSeriesNumber | getData (Year year) const =0 |
| std::string | group () const |
Interface for scenarios in the linear problem API. A scenario is an association of years to their respective time series numbers for a given group name.