Closed desaikd closed 2 years ago
Issue #10
Description of changes: This PR works on creating ISL ranges.
Changes:
Range
RangeBoundaryValue
RangeBoundaryValueType
Decimal
Integer
RangBoundaryType
PartialEq
IslTypeImpl
Test: Adds unit tests for ISL Ranges
Issue #10
Description of changes: This PR works on creating ISL ranges.
Changes:
Range
RangeBoundaryValue
: represents a range boundary value (i.e. min, max or a value in terms ofRangeBoundaryValueType
)RangeBoundaryValueType
: represents a range boundary value which can be aDecimal
/Integer
/...RangBoundaryType
: defines exclusivity of the range boundaryPartialEq
implementation forIslTypeImpl
)Test: Adds unit tests for ISL
Range
s