choco.kernel.memory.structure
Class PartiallyStoredRealCstrList<C extends AbstractSConstraint & RealPropagator>

java.lang.Object
  extended by choco.kernel.memory.structure.APartiallyStoredCstrList<C>
      extended by choco.kernel.memory.structure.PartiallyStoredRealCstrList<C>

public final class PartiallyStoredRealCstrList<C extends AbstractSConstraint & RealPropagator>
extends APartiallyStoredCstrList<C>


Field Summary
 
Fields inherited from class choco.kernel.memory.structure.APartiallyStoredCstrList
elements, indices, priority
 
Constructor Summary
PartiallyStoredRealCstrList(IEnvironment env)
           
 
Method Summary
 DisposableIterator<Couple<C>> getActiveConstraint(C cstrCause)
           
 
Methods inherited from class choco.kernel.memory.structure.APartiallyStoredCstrList
addConstraint, computePriority, eraseConstraint, getConstraint, getConstraintIndex, getConstraintsIterator, getConstraintVector, getIndexVector, getNbConstraints, getPriority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartiallyStoredRealCstrList

public PartiallyStoredRealCstrList(IEnvironment env)
Method Detail

getActiveConstraint

public DisposableIterator<Couple<C>> getActiveConstraint(C cstrCause)


Copyright © 2012. All Rights Reserved.