Ejemplo n.º 1
0
 public static void main(String[] args) throws IOException {
   DualAgentIndependentPlan kitchen = new DualAgentIndependentPlan();
   System.out.println("Generating Domain");
   Domain domain = kitchen.generateDomain();
   kitchen.PlanRecipeTwoAgents(domain, new Brownies());
 }