(class from pyomo.repn.plugins.nl_writer)
pyomo.repn.plugins.nl_writer
Bases: tuple
tuple
Methods
__init__()
__init__
count(value, /)
count
Return number of occurrences of value.
index(value[, start, stop])
index
Return first index of value.
Attributes
constraints
Alias for field number 1
objectives
Alias for field number 2
variables
Alias for field number 0
Member Documentation
Raises ValueError if the value is not present.