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