Class FlightCrewSchedulingGenerator
java.lang.Object
ai.timefold.solver.examples.common.app.LoggingMain
ai.timefold.solver.examples.flightcrewscheduling.persistence.FlightCrewSchedulingGenerator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Skillprotected final Fileprotected Skillprotected Randomprotected final SolutionFileIO<FlightCrewSolution>Fields inherited from class ai.timefold.solver.examples.common.app.LoggingMain
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFlightCrewSolution(String fileName, List<LocationDataGenerator.LocationData> locationDataList, int flightRoundTripsPerDay, int dayCount) static void
-
Field Details
-
solutionFileIO
-
outputDir
-
pilotSkill
-
flightAttendantSkill
-
homeAirportList
-
random
-
-
Constructor Details
-
FlightCrewSchedulingGenerator
public FlightCrewSchedulingGenerator()
-
-
Method Details
-
main
-
createFlightCrewSolution
public FlightCrewSolution createFlightCrewSolution(String fileName, List<LocationDataGenerator.LocationData> locationDataList, int flightRoundTripsPerDay, int dayCount)
-