@Test
public void simpleScenario() throws IOException {
final Gendreau06Scenario scenario = create(2, minutes(15),
new AddParcelEvent(new ParcelDTO(new Point(2, 1), new Point(4, 1),
new TimeWindow(0, 720000), new TimeWindow(5, 720000), 0, 0, 0, 0)));
final StatisticsDTO dto = runProblem(scenario, useGui);
// the second truck will turn around just one tick distance before
// reaching the package. the reason is that it is too late since the
// first truck will pickup the parcel.