|
| LinkProblemsGenerator (std::filesystem::path &lpDir, const std::vector< ActiveLink > &links, SolverConfig solver_config, std::shared_ptr< ProblemGenerationLog::ProblemGenerationLogger > logger, SolverLogManager &solver_log_manager, bool rename_problems) |
|
void | treatloop (const std::filesystem::path &root, Couplings &couplings, const std::vector< ProblemData > &mps_list, IProblemWriter *writer) |
|
void | treat (const std::string &problem_name, Couplings &couplings, Problem *problem, IProblemVariablesProviderPort *variable_provider, IProblemWriter *writer) |
|
void | treat (const std::string &problem_name, Couplings &couplings, IProblemProviderPort *problem_provider, IProblemVariablesProviderPort *variable_provider, IProblemWriter *writer) |
| That function create new optimization problems with new candidates.
|
|
◆ treat()
That function create new optimization problems with new candidates.
- Parameters
-
root | String corresponding to the path where are located input data |
mps | Strings vector with the list of mps files |
couplings | map of pair of strings associated to an int. Determine the correspondence between optimizer variables and interconnection candidates |
- Returns
- void
The documentation for this class was generated from the following files:
- src/cpp/lpnamer/problem_modifier/include/antares-xpansion/lpnamer/problem_modifier/LinkProblemsGenerator.h
- src/cpp/lpnamer/problem_modifier/LinkProblemsGenerator.cpp