(class from pyomo.contrib.mpc.interfaces.var_linker)
pyomo.contrib.mpc.interfaces.var_linker
Bases: object
object
The purpose of this class is so that we do not have to call find_component or construct ComponentUIDs in a loop when transferring values between two different dynamic models. It also allows us to transfer values between variables that have different names in different models.
Methods
__init__(source_variables, target_variables)
__init__
transfer([t_source, t_target])
transfer
Member Documentation