25#include "sim_structure_probleme_economique.h"
27namespace Antares::Solver::Simulation
46 int optimizationNumber,
47 std::string_view name)
The ISimulationObserver class is an interface for observing the simulation.
Definition ISimulationObserver.h:36
virtual void notifyHebdoProblem(const PROBLEME_HEBDO &problemeHebdo, int optimizationNumber, std::string_view name)=0
The notifyHebdoProblem method is used to notify of a problem during the simulation.
The NullSimulationObserver class is a null object for the ISimulationObserver interface.
Definition ISimulationObserver.h:57
void notifyHebdoProblem(const PROBLEME_HEBDO &, int, std::string_view) override
The notifyHebdoProblem method is used to notify of a problem during the simulation.
Definition ISimulationObserver.h:61
Definition sim_structure_probleme_economique.h:403