|
Antares Simulator
Power System Simulator
|
The SimulationObserver class is used to observe the simulation. More...
#include <SimulationObserver.h>
Public Member Functions | |
| void | notifyHebdoProblem (const PROBLEME_HEBDO &problemeHebdo, int optimizationNumber, std::string_view name) override |
| Used to notify of a solver HEBDO_PROBLEM. HEBDO_PROBLEM is assumed to be properly constructed and valid in order to build LpsFromAntares properly. More... | |
| Solver::LpsFromAntares && | acquireLps () noexcept |
| The acquireLps method is used to take ownership of Antares problems. More... | |
The SimulationObserver class is used to observe the simulation.
It inherits from the ISimulationObserver interface and overrides the notifyHebdoProblem method.
|
noexcept |
The acquireLps method is used to take ownership of Antares problems.
|
overridevirtual |
Used to notify of a solver HEBDO_PROBLEM. HEBDO_PROBLEM is assumed to be properly constructed and valid in order to build LpsFromAntares properly.
| problemeHebdo | A pointer to a PROBLEME_HEBDO object representing the problem. |
| optimizationNumber | The number of the optimization. |
| name | The name of the problem. |
Implements Antares::Solver::Simulation::ISimulationObserver.