readSettings {gms} | R Documentation |
Reads all settings (parameters, globals, and their respective values) in the given GAMS code.
readSettings(file)
file |
A gams file or a vector containing GAMS code. |
A vector of parameter values and their names.
Mika Pflüger