23 #include <antares/solver/lps/LpsFromAntares.h>
24 #include <antares/solver/simulation/ISimulationObserver.h>
26 namespace Antares::API
47 int optimizationNumber,
48 std::string_view name)
override;
58 mutable std::mutex lps_mutex_;
59 mutable std::once_flag flag_;
The SimulationObserver class is used to observe the simulation.
Definition: SimulationObserver.h:36
Solver::LpsFromAntares && acquireLps() noexcept
The acquireLps method is used to take ownership of Antares problems.
Definition: SimulationObserver.cpp:68
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 val...
Definition: SimulationObserver.cpp:47
The LpsFromAntares class is used to manage the constant and weekly data for Antares problems.
Definition: LpsFromAntares.h:113
The ISimulationObserver class is an interface for observing the simulation.
Definition: ISimulationObserver.h:36
Definition: sim_structure_probleme_economique.h:403