Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed May 24, 2024
1 parent 0f7e631 commit da2200a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/api/private/SimulationObserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ class SimulationObserver: public Solver::Simulation::ISimulationObserver
{
public:
/**
* @brief The notifyHebdoProblem method is used to notify of a problem during the simulation.
* @brief Used to notify of a solver HEBDO_PROBLEM.
* HEBDO_PROBLEM is assumed to be properly constructed and valid in order to build
* LpsFromAntares properly
* @param problemeHebdo A pointer to a PROBLEME_HEBDO object representing the problem.
* @param optimizationNumber The number of the optimization.
* @param name The name of the problem.
Expand Down

0 comments on commit da2200a

Please sign in to comment.