Handle noninteger intervals appropriately #15
Loading…
x
Reference in New Issue
Block a user
No description provided.
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..n
is a set of integers even whenm
andn
are 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}).