Skip to content

Commit

Permalink
chore: remove Flight Crew code
Browse files Browse the repository at this point in the history
  • Loading branch information
zepfred authored and triceo committed Apr 2, 2024
1 parent e0b57bf commit bc2d5a2
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 2,474 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
import ai.timefold.solver.examples.common.app.CommonApp;
import ai.timefold.solver.examples.common.swingui.OpenBrowserAction;
import ai.timefold.solver.examples.common.swingui.SolverAndPersistenceFrame;
import ai.timefold.solver.examples.flightcrewscheduling.app.FlightCrewSchedulingApp;
import ai.timefold.solver.examples.meetingscheduling.app.MeetingSchedulingApp;
import ai.timefold.solver.examples.nurserostering.app.NurseRosteringApp;
import ai.timefold.solver.examples.projectjobscheduling.app.ProjectJobSchedulingApp;
Expand Down Expand Up @@ -92,8 +91,7 @@ private JPanel createExamplesPanel() {
new ProjectJobSchedulingApp(),
new MeetingSchedulingApp(),
new TravelingTournamentApp(),
new TennisApp(),
new FlightCrewSchedulingApp())
new TennisApp())
.map(this::createExampleButton)
.forEach(panel::add);

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit bc2d5a2

Please sign in to comment.