You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All the ISL model constructor methods has names as per usage. For example to construct IslConstraint::ByteLength() constraint we have a method called byte_length, this follows the pattern defined here. This differs from the naming convention we have for Range with #190 which will have new_single_value and new_inclusive (new_*) methods. all the constructor methods for ISL model should follow the same naming convention for consistent APIs.
The text was updated successfully, but these errors were encountered:
All the ISL model constructor methods has names as per usage. For example to construct
IslConstraint::ByteLength()
constraint we have a method calledbyte_length
, this follows the pattern defined here. This differs from the naming convention we have forRange
with #190 which will havenew_single_value
andnew_inclusive
(new_*
) methods. all the constructor methods for ISL model should follow the same naming convention for consistent APIs.The text was updated successfully, but these errors were encountered: