(function from pyomo.contrib.pyros.util)
pyomo.contrib.pyros.util
Get the domain and declared lower/upper bound pairs of a variable data object.
var (VarData) – Variable data object of interest.
domain_bounds (2-tuple of None or numeric type) – Domain (lower, upper) bound pair.
declared_bounds (2-tuple of None, numeric type, or NumericExpression) – Declared (lower, upper) bound pair. Bounds of type NumericExpression are either constant or mutable expressions.