|
|
| BENDERS_OPTIONS_MACRO (PROBLEMS_FORMAT, ProblemsFormat, ProblemsFormat::MPS_FILE, as< ProblemsFormat >()) SimulationOptions() |
| |
| | SimulationOptions (const std::filesystem::path &options_filename) |
| | Constructor of Benders Options.
|
| |
| void | read (const std::filesystem::path &file_name) |
| | Read Benders options from file path.
|
| |
| void | print (std::ostream &stream) const |
| | Print all Benders options.
|
| |
|
BaseOptions | get_base_options () const |
| |
|
PresolveOptions | get_presolve_options () const |
| |
|
SolverBaseOptions | get_solver_options () const |
| |
|
BendersBaseOptions | get_benders_options () const |
| |
|
ExternalLoopOptions | GetExternalLoopOptions () const |
| |
|
void | write_default () const |
| | Write default options in "options_default" txt file.
|
| |
◆ SimulationOptions()
| SimulationOptions::SimulationOptions |
( |
const std::filesystem::path & | options_filename | ) |
|
|
explicit |
Constructor of Benders Options.
- Parameters
-
| options_filename | file that contains options |
◆ print()
| void SimulationOptions::print |
( |
std::ostream & | stream | ) |
const |
Print all Benders options.
- Parameters
-
◆ read()
| void SimulationOptions::read |
( |
const std::filesystem::path & | file_name | ) |
|
Read Benders options from file path.
- Parameters
-
| file_name | : path to options txt file |
The documentation for this class was generated from the following files:
- src/cpp/benders/benders_core/include/antares-xpansion/benders/benders_core/SimulationOptions.h
- src/cpp/benders/benders_core/SimulationOptions.cpp