This commit is contained in:
Laurent Perron
2023-10-10 11:11:44 +02:00
parent 0b393ccf73
commit 513cdc1892

View File

@@ -14,8 +14,8 @@ exclusivity between tasks, and temporal relations between tasks.
## Interval variables
Intervals are constraints containing three constant of affine expressions
(start, size, and end). Creating an interval constraint will enforce that start
+ size == end.
(start, size, and end). Creating an interval constraint will enforce that
`start + size == end`.
The more general API uses three expressions to define the interval. If the size
is fixed, a simpler API uses the start expression and the fixed size.