RangeProduct

(class from pyomo.core.base.range)

class pyomo.core.base.range.RangeProduct(range_lists)[source]

Bases: object

A range-like object for representing the cross product of ranges

__init__(range_lists)[source]

Methods

__init__(range_lists)

isdiscrete()

isdisjoint(other)

isfinite()

issubset(other)

range_difference(other_ranges)

range_intersection(other_ranges)

Attributes

range_lists

Member Documentation