In the study launch modal, we need a new select field to select the step value full, antares, problem_generation, benders, study_update, sensitivity, resume}.
backoffice
In the LauncherParametersDTO, add a new xpansion_step field to store this value.
The launching of xpansion must be changed to take into account this new parameter. The launching is done by a Shell script launchAntares.sh.
NOTE: this Shell script should be re-factorized using a Python script (Python 3.8.3 is available on CALIN).
According to the Antares Xpansion documentation, it is possible to specify the step.
webapp
In the study launch modal, we need a new select field to select the
step
value full, antares, problem_generation, benders, study_update, sensitivity, resume}.backoffice
In the
LauncherParametersDTO
, add a newxpansion_step
field to store this value.The launching of xpansion must be changed to take into account this new parameter. The launching is done by a Shell script
launchAntares.sh
.