choco.cp.solver.constraints.global.geost.externalConstraints
Class DistLinear

java.lang.Object
  extended by choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
      extended by choco.cp.solver.constraints.global.geost.externalConstraints.DistLinear

public class DistLinear
extends ExternalConstraint

Created by IntelliJ IDEA. User: szampelli Date: 3 f�vr. 2009 Time: 16:29:15 To change this template use File | Settings | File Templates.


Field Summary
 int[] a
           
 int b
           
 int o1
           
 
Fields inherited from class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
dim, ectrID, frame, maxId, objectIds
 
Constructor Summary
DistLinear(int ectrID, int[] dimensions, int[] objectIdentifiers, int[] a, int b)
           
 
Method Summary
 
Methods inherited from class choco.cp.solver.constraints.global.geost.externalConstraints.ExternalConstraint
getDim, getEctrID, getFrame, getObjectIds, setDim, setFrame, setObjectIds
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

o1

public int o1

a

public int[] a

b

public int b
Constructor Detail

DistLinear

public DistLinear(int ectrID,
                  int[] dimensions,
                  int[] objectIdentifiers,
                  int[] a,
                  int b)


Copyright © 2012. All Rights Reserved.