gams.control.database.GamsEquationRecord Class Reference
This is the representation of a single record of a GamsEquation. More...
Inheritance diagram for gams.control.database.GamsEquationRecord:

Public Member Functions | |
__str__ (self) | |
Retrieve a string representation of this record. | |
![]() | |
key (self, index) | |
Retrieve key of GamsSymbolRecord on position index. | |
move_next (self) | |
Iterate to next GamsSymbolRecord of GamsSymbol. | |
move_previous (self) | |
Iterate to previous GamsSymbolRecord of GamsSymbol. | |
Properties | |
level = property(get_level, set_level) | |
Get or set the level of this record. | |
marginal = property(get_marginal, set_marginal) | |
Get or set the marginal of this record. | |
upper = property(get_upper, set_upper) | |
Get or set the upper bound of this record. | |
lower = property(get_lower, set_lower) | |
Get or set the lower bound of this record. | |
scale = property(get_scale, set_scale) | |
Get or set the scale of this record. | |
![]() | |
keys = property(get_keys) | |
Retrieve keys of GamsSymbolRecord. | |
symbol = property(get_symbol) | |
Retrieve the GamsSymbol that contains this record. | |
Detailed Description
This is the representation of a single record of a GamsEquation.