Package com.exigen.ie.constrainer.impl

Examples of com.exigen.ie.constrainer.impl.IntExpElementAt$Mapping


   * the variable is the set of values A[i] where the i are in the domain of idx_exp.
   */
  public IntExp elementAt(IntExp idx_exp) //throws Failure
//  public IntVar elementAt(IntExp idx_exp) throws Failure // IntVar elementAt???
  {
    return new IntExpElementAt(this,idx_exp);
/*
    String name = "";
    if(constrainer().showInternalNames())
    {
      name = name() + "[" + idx_exp.name() + "]";
View Full Code Here

TOP

Related Classes of com.exigen.ie.constrainer.impl.IntExpElementAt$Mapping

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.