Class RectangleWithCondition

java.lang.Object
org.jacop.constraints.Rectangle
org.jacop.constraints.RectangleWithCondition

class RectangleWithCondition extends Rectangle
Defines a rectangle used in the diffn constraint.
Version:
4.10
  • Field Details

    • c

    • index

      int index
  • Constructor Details

    • RectangleWithCondition

      public RectangleWithCondition(int i, List<? extends IntVar> R, IntVar cond)
    • RectangleWithCondition

      public RectangleWithCondition(int i, IntVar[] R, IntVar cond)
    • RectangleWithCondition

      public RectangleWithCondition(int i, Rectangle R, IntVar cond)
  • Method Details