(function from pyomo.contrib.pyros.util)
pyomo.contrib.pyros.util
Remove the specified declared bound(s) of a variable data object.
var (VarData) – Variable data object of interest.
bound_type (BoundType) – Indicator for the declared bound(s) to remove. Note: if BoundType.EQ is specified, then both the lower and upper bounds are removed.