RangeProduct
(class from pyomo.core.base.range)
- class pyomo.core.base.range.RangeProduct(range_lists)[source]
Bases:
objectA range-like object for representing the cross product of ranges
Methods
__init__(range_lists)isdiscrete()isdisjoint(other)isfinite()issubset(other)range_difference(other_ranges)range_intersection(other_ranges)Attributes
range_listsMember Documentation