public class PropSetDifference extends solver.constraints.Propagator<solver.variables.SetVar>
| Constructor and Description | 
|---|
PropSetDifference(solver.variables.SetVar minuend,
                                  solver.variables.SetVar subtrahend,
                                  solver.variables.SetVar difference)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getPropagationConditions(int vIdx)  | 
util.ESat | 
isEntailed()  | 
void | 
propagate(int evtmask)  | 
void | 
propagate(int idxVarInProp,
                  int mask)  | 
String | 
toString()  | 
addVariable, advise, arity, clearMask, compareTo, contradiction, decNbPendingEvt, defineIn, dynPriority, explain, flushPendingEvt, forcePropagate, getConstraint, getId, getMask, getNbPendingEvt, getNbVars, getPriority, getSolver, getVar, getVars, getVIndices, hashCode, incNbPendingEvt, isActive, isCompletelyInstantiated, isPassive, isReifiedAndSilent, isStateLess, setActive, setPassive, setReifiedSilent, setReifiedTrue, setVIndices, updateMaskpublic PropSetDifference(solver.variables.SetVar minuend, solver.variables.SetVar subtrahend, solver.variables.SetVar difference)
public int getPropagationConditions(int vIdx)
getPropagationConditions in class solver.constraints.Propagator<solver.variables.SetVar>public void propagate(int evtmask) throws solver.exception.ContradictionException
propagate in class solver.constraints.Propagator<solver.variables.SetVar>solver.exception.ContradictionExceptionpublic void propagate(int idxVarInProp, int mask) throws solver.exception.ContradictionException
propagate in class solver.constraints.Propagator<solver.variables.SetVar>solver.exception.ContradictionExceptionpublic util.ESat isEntailed()
isEntailed in class solver.constraints.Propagator<solver.variables.SetVar>Copyright © 2013. All Rights Reserved.