(class from pyomo.repn.plugins.gams_writer)
pyomo.repn.plugins.gams_writer
Bases: object
object
Class for representing categorized variables.
Given a list of variable names and a symbol map, categorizes the variable names into the categories: binary, ints, positive and reals.
Methods
__init__(var_list, symbol_map)
__init__
Member Documentation