-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data for modeler (epic 4.1) #2577
base: develop
Are you sure you want to change the base?
Conversation
… instead of old concrete LinearProblemData
src/solver/modeler/api/include/antares/solver/modeler/api/linearProblemData.h
Outdated
Show resolved
Hide resolved
src/solver/modeler/api/include/antares/solver/modeler/api/linearProblemData.h
Outdated
Show resolved
Hide resolved
It would be a good idea to write some tests that demonstrate the use cases of the new interface. |
… LinearProblemData We plan to have one unique instance this latter class
…ion from its abstract parent
src/solver/modeler/api/include/antares/solver/modeler/api/ILinearProblemData.h
Show resolved
Hide resolved
src/solver/modeler/dataSeries/include/antares/solver/modeler/dataSeries/dataSeriesRepo.h
Show resolved
Hide resolved
src/solver/modeler/dataSeries/include/antares/solver/modeler/dataSeries/timeSeriesSet.h
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Use custom exceptions
- No need to pass
std::unique_ptr
?
src/solver/modeler/dataSeries/include/antares/solver/modeler/dataSeries/dataSeries.h
Outdated
Show resolved
Hide resolved
src/solver/modeler/dataSeries/include/antares/solver/modeler/dataSeries/dataSeries.h
Outdated
Show resolved
Hide resolved
src/solver/modeler/dataSeries/include/antares/solver/modeler/dataSeries/dataSeriesRepo.h
Outdated
Show resolved
Hide resolved
src/solver/modeler/dataSeries/include/antares/solver/modeler/dataSeries/dataSeriesRepo.h
Show resolved
Hide resolved
src/solver/modeler/dataSeries/include/antares/solver/modeler/dataSeries/linearProblemData.h
Outdated
Show resolved
Hide resolved
src/solver/modeler/dataSeries/include/antares/solver/modeler/dataSeries/scenarioGroupRepo.h
Outdated
Show resolved
Hide resolved
src/solver/modeler/dataSeries/include/antares/solver/modeler/dataSeries/timeSeriesSet.h
Outdated
Show resolved
Hide resolved
As said here, passing std::unique_ptr is a way to force a piece of data to be held in one place only. |
…roducing custom exceptions
src/solver/modeler/dataSeries/include/antares/solver/modeler/dataSeries/dataSeriesRepo.h
Outdated
Show resolved
Hide resolved
src/solver/modeler/dataSeries/include/antares/solver/modeler/dataSeries/timeSeriesSet.h
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use custom exceptions in this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
… custom exceptions
…t on scenario group repository
…e check in production code
Quality Gate passedIssues Measures |
Associated to epic 4.1.
Associated to ticket ANT-2031