Class summand stores information about linear
terms (a multiplier and a variable)
in the lhs of the constraint class.
It is auto-created by newConstraint function
and is not intended to be used directly by the user.
Slots
desccharacter. Description of the linear term.
variablecharacter. Name of the variable.
for.sumlist. List of sets for which the summand will be created.
multdata.frame. Multiplying coefficients to the variable for each set in the
for.sumslot.defValnumeric. Default value for the summand.
misclist. Additional information.
See also
Other class, constraint:
newConstraint()
