benders: Launch benders decomposition

Description Usage Arguments

Description

Launch benders decomposition

Usage

1
2
3
benders(path_solver, display = TRUE, report = TRUE, clean = TRUE,
  parallel = TRUE, recovery_mode = FALSE, ampl_path = NULL,
  opts = antaresRead::simOptions())

Arguments

path_solver

Character containing the Antares Solver path

display

Logical. If TRUE the advancement of the benders decomposition if displayed in the console

report

Logical. If TRUE an html report of the expansion results will be generated.

clean

Logical. If TRUE the output of the ANTARES simulations run by the package will be deleted (except for the output of the simulation which brings to the best solution).

parallel

Logical. If TRUE the ANTARES simulations will be run in parallel mode (Work only with ANTARES v6.0.0 or more). In that case, the number of cores used by the simulation is the one set in advanced_settings/simulation_cores (see ANTARES interface).

recovery_mode

Logical. If TRUE will launch the benders decomposition keeping the cut files already saved in the temporary folder of the ANTARES study. Can be used if a previous simulation has crashed.

ampl_path

Character containing the path to the ampl.exe file

opts

list of simulation parameters returned by the function antaresRead::setSimulationPath


rte-antares-rpackage/antaresXpansion documentation built on June 16, 2019, 2:35 p.m.