Antares Simulator
Power System Simulator
TestingSimulationObserver Class Referencefinal
Inheritance diagram for TestingSimulationObserver:
Antares::Solver::Simulation::ISimulationObserver

Classes

struct  Constraint
 
struct  SingleProblem
 
struct  Variable
 

Public Member Functions

void notifyHebdoProblem (const PROBLEME_HEBDO &problemeHebdo, int optimizationNumber, std::string_view name) override
 The notifyHebdoProblem method is used to notify of a problem during the simulation. More...
 

Public Attributes

std::map< std::pair< int, std::string >, SingleProblemproblems
 

Member Function Documentation

◆ notifyHebdoProblem()

void TestingSimulationObserver::notifyHebdoProblem ( const PROBLEME_HEBDO problemeHebdo,
int  optimizationNumber,
std::string_view  name 
)
overridevirtual

The notifyHebdoProblem method is used to notify of a problem during the simulation.

Parameters
problemeHebdoA pointer to a PROBLEME_HEBDO object representing the problem.
optimizationNumberThe number of the optimization.
nameThe name of the problem.

Implements Antares::Solver::Simulation::ISimulationObserver.


The documentation for this class was generated from the following files: