Elements

GamsStructure.GamsElementType
GamsElement(name::union{Symbol,Tuple}, description::String="", active::Bool = true)

A base struct for GamsSets. Each Name will be converted to a symbol. The active keyword denotes if the element should appear in sets.

source