(class from pyomo.core.base.initializer)
pyomo.core.base.initializer
Bases: object
object
Generator implementing the “counted call” initialization scheme
This generator implements the older “counted call” scheme, where the first argument past the parent block is a monotonically-increasing integer beginning at start_at.
Methods
__init__(ctype, fcn, scalar, parent, idx, ...)
__init__
next()
next
Member Documentation