Package solver.search.loop.monitors

Examples of solver.search.loop.monitors.SearchMonitorList


  @SuppressWarnings({"unchecked"})
  public SearchLoop(Solver solver) {
    this.solver = solver;
    this.env = solver.getEnvironment();
    this.measures = solver.getMeasures();
    smList = new SearchMonitorList();
    smList.add(this.measures);
    this.nextState = INIT;
    rootWorldIndex = -1;
  }
View Full Code Here

TOP

Related Classes of solver.search.loop.monitors.SearchMonitorList

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.