Handle noninteger intervals appropriately #15
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
An interval
m..nis a set of integers even whenmandnare not assumed to be placeholders for integers.If they are not, then the interval is empty.
More complicated cases:
I reimplemented the integer check methods to determine the correct type (consisting of domain {integer, noninteger, unknown} × set size {empty, unit, multi, unknown}).