Changes between Initial Version and Version 1 of Ticket #17548, comment 48
- Timestamp:
- 03/16/15 08:42:42 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17548, comment 48
initial v1 1 1 Replying to [comment:45 tscrim]: 2 2 > These violate the internal assumptions 3 Then you really should add checks in the code raising an exception if the condition is not satisfied. But even better would be to just allow such input. 3 Then you really should add checks in the code raising an exception if the condition is not satisfied. If you do add such checks, make sure to add them to `IntegerListsLex` and not the `Partitions`/`Compositions` front-ends. 4 5 But even better would be to just allow such input.