AnyRange

(class from pyomo.core.base.range)

class pyomo.core.base.range.AnyRange[source]

Bases: object

A range object for representing Any sets

__init__()[source]

Methods

__init__()

isdiscrete()

isdisjoint(other)

isfinite()

issubset(other)

range_difference(other_ranges)

range_intersection(other_ranges)

Member Documentation