-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
2021 Week 28-30 (from Jul 12)
-
3
-
Undefined
-
NEW
-
NEW
- The convention in Java is that the start is inclusive, the end is exclusive. (You can check for yourself that JDK functions follow that convention religiously). The Javadocs on the constraint collector static methods need to say that.
- Ideally also the code would say it - when you're accepting a range in any constructor, just name the variable properly. (endMap, for example, would becomeĀ endMapExclusive.)
- Support for breaks between consecutive intervals
- Separation between API and implementation
- Try to improve performance on remove
- blocks
-
PLANNER-1831 Add ConstraintProvider for Cheaptime example
- Closed