choco.cp.solver.constraints.strong.maxrpcrm
Class MaxRPCVariable

java.lang.Object
  extended by choco.cp.solver.constraints.strong.SCVariable<AbstractMaxRPCConstraint>
      extended by choco.cp.solver.constraints.strong.maxrpcrm.MaxRPCVariable

public class MaxRPCVariable
extends SCVariable<AbstractMaxRPCConstraint>


Constructor Summary
MaxRPCVariable(IntDomainVar sVariable, Integer id)
           
 
Method Summary
 void addClique(Clique threeClique)
           
 Collection<Clique> getCliques()
           
 
Methods inherited from class choco.cp.solver.constraints.strong.SCVariable
addConstraint, getConstraints, getDDeg, getId, getOffset, getSVariable, getWDeg, removeVal, setCId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MaxRPCVariable

public MaxRPCVariable(IntDomainVar sVariable,
                      Integer id)
Method Detail

getCliques

public Collection<Clique> getCliques()

addClique

public void addClique(Clique threeClique)


Copyright © 2012. All Rights Reserved.