(function from pyomo.contrib.mindtpy.util)
pyomo.contrib.mindtpy.util
Copy variable values from one list to another. Rounds to Binary/Integer if necessary Sets to zero for NonNegativeReals if necessary
The variables that provide the values to copy from.
The variables that need to set value.
The specific configurations for MindtPy.
Whether to skip the stale variables, by default False.
Whether to skip the fixed variables, by default True.
Whether to ignore the integrality of integer variables, by default False.