Skip to content

Commit

Permalink
DOC: 158 - Created issue #180 for this TODO, therefore remove it
Browse files Browse the repository at this point in the history
  • Loading branch information
munterfi committed Jan 23, 2025
1 parent 52fa089 commit cbfa7da
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ private void setup() {
builder.addStopTime("T1", "A", new ServiceDayTime(60), new ServiceDayTime(120));
builder.addStopTime("T1", "B1", new ServiceDayTime(180), new ServiceDayTime(240));
builder.addStopTime("T1", "C1", new ServiceDayTime(301), new ServiceDayTime(360));
// TODO: Non-deterministic behavior; what happens when two solution are exactly the same?
// Change arrival time above to 300 to observe this.

// Route 2 goes from A, B2, C
builder.addRoute("R2", "agency", "R2", "R2", RouteType.parse(1));
Expand Down

0 comments on commit cbfa7da

Please sign in to comment.