Package minicp.examples
Class AircraftLanding.AircraftLandingInstance
java.lang.Object
minicp.examples.AircraftLanding.AircraftLandingInstance
- Enclosing class:
AircraftLanding
An instance of the aircraft landing problem
-
Field Summary
FieldsModifier and TypeFieldDescriptionintintintint[][] -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nPlanes
public int nPlanes -
nTypes
public int nTypes -
nLanes
public int nLanes -
planes
-
switchDelay
public int[][] switchDelay
-
-
Constructor Details
-
AircraftLandingInstance
-
-
Method Details
-
getPlane
-
switchDelay
Gives the switch delay between two planes- Parameters:
p1- first planep2- second plane- Returns:
-