@Test
public void tardinessScenario() {
final Gendreau06Scenario scenario = create(1, minutes(12), /* */
parcelEvent(2, 3, 2, 1, 0, seconds(15), 0, minutes(9)), /* */
parcelEvent(3, 3, 3, 1, 0, minutes(3), 0, minutes(4)));
final StatisticsDTO dto = runProblem(scenario, useGui);
assertTrue(dto.simFinish); // the vehicles have returned to the depot
// just before the TIME_OUT event, but the
// simulation continues until the end of the
// scenario.
assertEquals(6, dto.totalDistance, EPSILON);