Class AircraftLanding

java.lang.Object
minicp.examples.AircraftLanding

public class AircraftLanding extends Object
  • Constructor Details

    • AircraftLanding

      public AircraftLanding()
  • Method Details

    • solve

      Main function that provides a solution to an instance
      Parameters:
      instance - instance to solve
      Returns:
      best solution found to the instance
    • findAll

      Function that list all feasible solutions to an instance.

      This function does not count in the grade, and should only be used for debugging purposes, to verify that you find all solutions to a (small) instance.

      Even though it is not mandatory, it is STRONGLY ADVISED to implement it and pass the related tests :-) .

      Parameters:
      instance - instance to solve
      Returns:
      all feasible solutions found to the instance
    • main

      public static void main(String[] args)