(function from pyomo.core.util)
pyomo.core.util
A utility function to compute the product of a list of terms.
terms (list) – A list of terms that are multiplied together.
The value of the product, which may be a Pyomo expression object.