Package graphplan.graph.memo

Examples of graphplan.graph.memo.MemoizationTable


  protected DomainDescription domainDescriptions[];

  @Before
  public void setUp() throws Exception {
    domainDescriptions = GraphplanTestUtil.getInstance().createDomains();
    table = new MemoizationTable();
    table.ensureCapacity(3);
  }
View Full Code Here


    //round of solution extraction
    planResult = new PlanResult(false);
    subGoalStack = new Stack<Set<Proposition>>();
    supportActionStack = new Stack<Set<Operator>>();
   
    memoizationTable = new MemoizationTable();
  }
View Full Code Here

TOP

Related Classes of graphplan.graph.memo.MemoizationTable

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.