Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lperron committed Oct 10, 2023
1 parent 0b393cc commit 513cdc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ortools/sat/docs/scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 513cdc1

Please sign in to comment.