Package validation.solution

Examples of validation.solution.SolutionValue


  //////////////////////////////////////
  // methods to manage solutions

  // PRECOND: a search must have been started
  public SolutionValue solution() {
    SolutionValue intVal = intVar.solution();
    return intVal;
  }
View Full Code Here


    return getIlcSolver().constant(val);
 
 
  /* returns a solution */
  public SolutionValue solution() {
    return new SolutionValue(var);
  }
View Full Code Here

TOP

Related Classes of validation.solution.SolutionValue

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.