java.lang.Object
edu.tufts.hrilab.action.planner.Planner
edu.tufts.hrilab.action.planner.ffplanner.FFPlanner

public class FFPlanner extends Planner
  • Field Details

    • exec_path

      protected String exec_path
      The following system property must be set in the JVM.
  • Constructor Details

    • FFPlanner

      public FFPlanner()
  • Method Details

    • plan

      protected String plan(File domain, File problem)
      Description copied from class: Planner
      Only method that needs to be implemented by a class extending the Planner class.
      Specified by:
      plan in class Planner
      Returns:
    • main

      public static void main(String[] args)