Set: Set Class

SetR Documentation

Set Class

Description

A class for Set objects. This class inherits from an abstract Symbol class. The documentation for methods common to all symbols can be accessed via help(.Symbol). Please visit https://www.gams.com/latest/docs/API_R_GAMSTRANSFER.html for detailed documentation of this package.

Examples

# create a container
m = Container$new()
# add a set
i = Set$new(m, "i")
# access records
i_recs = i$records

gamstransfer documentation built on June 22, 2024, 10:26 a.m.