26 #include <boost/algorithm/string.hpp>
38 using Year = unsigned;
39 using TimeSeriesNumber = unsigned;
44 group_(std::move(group))
46 boost::to_upper(group_);
49 [[nodiscard]]
virtual TimeSeriesNumber getData(Year year)
const = 0;
51 [[nodiscard]] std::string group()
const
72 [[nodiscard]] TimeSeriesNumber getData(Year)
const override
Empty scenario implementation of IScenario. Provide a default implementation of IScenario that return...
Definition: IScenario.h:65
Interface for scenarios in the linear problem API. A scenario is an association of years to their res...
Definition: IScenario.h:36
Namespace for the classes related to the linear problem API.
Definition: SimulationTableGenerator.h:41