-
Notifications
You must be signed in to change notification settings - Fork 10
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
Feature/antares in memory #753
Conversation
data_test/tests_lpnamer/SmallTestFiveCandidates/.xpansion_locker
Outdated
Show resolved
Hide resolved
there are a lot unnecessary changes in tests data, ex most (or all) *.ini files |
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.
Intentional.
Data where missing some constraints
## Decision | ||
|
||
- Remove archive mode in launcher | ||
- Remove file mode in launcher |
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.
Donc pour debugger en step by step, file mode, il faudra lancer directement la bonne commande C++ et pas antares-xpansion-launcher -i <study> --step antares
(actuellement je me sers beaucoup de cette dernière commande) ?
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.
Is this file useful ?
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.
No I need to remove it
std::vector<int> tmp(constant.VariablesCount, 0); | ||
std::vector<char> coltypes(constant.VariablesCount, 'C'); | ||
|
||
auto round10 = [](auto& collection) { |
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.
This was just needed to for testing purposes. In production, we want to keep full data precision
src/cpp/lpnamer/problem_modifier/AntaresProblemToXpansionProblemTranslator.cpp
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
Introduce "study mode". A way to run xpansion and problem generation with a study folder as parameter. In this case Antares will not be run as a stand-alone but as a library by problem generation.
Missing pieces (every thing is open to discussion):
Following other PR: