|
Antares Simulator
Power System Simulator
|
Public Member Functions | |
| Antares::Solver::ModelerParameters | loadParameters () override |
| Antares::Modeler::Data | loadAll () override |
| void | setComponents (const std::vector< Antares::ModelerStudy::SystemModel::Component > &compos) |
| void | setModels (Models &&map) |
| void | setLowerBoundToParameter (const std::string ¶meterId) |
| void | addParameter (const std::string &str, const VV &type=VV::VARYING_IN_TIME_AND_SCENARIO) |
| void | addScenario (const std::string &str, int year, int timeSeriesNumber) |
Public Attributes | |
| Models | models |
| std::vector< Antares::ModelerStudy::SystemModel::Component > | components |
| Test::Modeler::LinearProblemBuildingFixture | fixture |
| std::unique_ptr< Antares::Optimisation::LinearProblemApi::ILinearProblemData > | data = std::make_unique<ConstantDataSeries>(0.) |
| Nodes::Node * | lower_bound = fixture.literal(0.0) |
| bool | timeDependent {false} |
| std::map< std::string, PTV > | parameters {} |
| std::vector< std::string > | parameterIds {} |
| Antares::Optimisation::ScenarioGroupRepository | scenarioGroupRepository {} |
| std::unordered_map< std::string, std::string > | groupes |
| std::pair< unsigned int, unsigned int > | timeSteps {0, 0} |