Skip to content

Commit

Permalink
design-docs: timetable: mention stops do not induce margin distribution
Browse files Browse the repository at this point in the history
Signed-off-by: Baptiste Prevot <[email protected]>
  • Loading branch information
Castavo committed Oct 11, 2024
1 parent dc3ec2a commit 71bac82
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions content/docs/reference/design-docs/timetable/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,14 @@ This needs to be done while preserving consistency with the input schedule.

![Schedule building algorithm](schedule.svg)


{{% alert severity="warning" %}}
Note that stops do not impact margin repartition. For example, the margin **does not need** to be proportionally distributed on each side of `b`.

The same goes for points with arrival time. They impact whether the margin is respected or not, but they do not force the margin to be proportionally distributed on each side of the point.
{{% /alert %}}


The final schedule is computed as follows:

- A **base simulation** is computed, without any time constraint (other than stops). It's used to compute provisional margin values.
Expand Down

0 comments on commit 71bac82

Please sign in to comment.