Package decide

Class Decide

java.lang.Object
decide.Decide

public final class Decide extends Object
Class to the Decide problem.
  • Method Details

    • decide

      public static boolean decide(Parameters parameters, ArrayList<Point2D> points, int numPoints, String[][] lcm, boolean[] puv)
      Decide from parameters given.
      Parameters:
      parameters - given parameters
      points - planner points
      numPoints - number of points
      lcm - LCM
      puv - PUV
      Returns:
      decision of launch
    • decideFile

      public static boolean decideFile(String filePath)
      Decide from a file.
      Parameters:
      filePath - path of the file
      Returns:
      decision of launch
    • main

      public static void main(String[] args) throws Exception
      Entry point of the program.
      Parameters:
      args - command line arguments
      Throws:
      Exception