Jason Maréchal

Results 19 issues of 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...

size/XXL

check if error or print help _Originally posted by @a-zakir in https://github.com/AntaresSimulatorTeam/Antares_Simulator/pull/2056#discussion_r1579413954_

code quality
Prio: Low

"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...

code quality
Prio: Low

Allow removal of "private" directory and follow guideline on Cmake project

code quality
Prio: Low

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...

code quality
Prio: Low

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...

code quality
Prio: Low

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...

enhancement
code
Prio: Low

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...

code
Prio: Low

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...

code