Jason Maréchal
Jason Maréchal
Expose Antares Solver in a library. the library and target are called AntaresAPI. This API expose one entry point to run a simulation on a study. The return value of...
check if error or print help _Originally posted by @a-zakir in https://github.com/AntaresSimulatorTeam/Antares_Simulator/pull/2056#discussion_r1579413954_
"Exception" group all the exceptions of the programme. The issue is that it currently depends on AreaName meaning that anything (i.e. benchmarking) that depends on it also depends on AreaName...
Allow removal of "private" directory and follow guideline on Cmake project
This helper class is clearly not an owner of the BC: we should provide it a reference instead of shared_ptr. (possibly for later work since it has not been done...
Not directly related to that PR but: Instead of using a shared_ptr, the best thing would be to clarify if this handler should have ownership of the study (I don't...
GetOpt::parser is a Yuni component that parser the command line options. In an effort to remove Yuni and tend to use industrial standards it would be best to replace it...
Currently the only entrey point possible to use simulator as a library is Application::prepare(int, char*[]) This signature suppose to pass parameters as if taken from a CLI, with argv[0] being...
Currently simulator is not designed to be used as a library. It is "simple" to expose Application and to call prepare and execute to run the simulation then get the...