samples.tutorials.scheduling
Class AircraftLanding
java.lang.Object
samples.tutorials.PatternExample
samples.tutorials.scheduling.AircraftLanding
- All Implemented Interfaces:
- Example
public class AircraftLanding
- extends PatternExample
n landing must land on a landing strip.
Each plane has an arrival time, a landing duration time and a number of passengers.
We want to prioritize landing according to the number of passengers.
the objective is to minimize the weighted sum of tardiness.
http://people.brunel.ac.uk/~mastjjb/jeb/orlib/airlandinfo.html
- Author:
- Arnaud Malapert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AircraftLanding
public AircraftLanding()
printDescription
public void printDescription()
- Overrides:
printDescription
in class PatternExample
buildModel
public void buildModel()
- Specified by:
buildModel
in class PatternExample
buildSolver
public void buildSolver()
- Specified by:
buildSolver
in class PatternExample
solve
public void solve()
- Specified by:
solve
in class PatternExample
prettyOut
public void prettyOut()
- Specified by:
prettyOut
in class PatternExample
main
public static void main(String[] args)
parse
public void parse(String fileName)
Copyright © 2012. All Rights Reserved.