choco.set.search
Class MinDomSet

java.lang.Object
  extended by choco.search.AbstractSearchHeuristic
      extended by choco.set.search.AbstractSetVarSelector
          extended by choco.set.search.MinDomSet
All Implemented Interfaces:
IVarSelector, SetVarSelector

public class MinDomSet
extends AbstractSetVarSelector


Field Summary
 
Fields inherited from class choco.set.search.AbstractSetVarSelector
vars
 
Fields inherited from class choco.search.AbstractSearchHeuristic
branching, problem
 
Constructor Summary
MinDomSet(AbstractProblem pb)
           
MinDomSet(AbstractProblem pb, SetVar[] decisionvs)
           
 
Method Summary
 SetVar selectSetVar()
          the SetVarSelector can be asked to return a set variable
 
Methods inherited from class choco.set.search.AbstractSetVarSelector
selectVar
 
Methods inherited from class choco.search.AbstractSearchHeuristic
getBranching
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface choco.search.IVarSelector
getBranching
 

Constructor Detail

MinDomSet

public MinDomSet(AbstractProblem pb,
                 SetVar[] decisionvs)

MinDomSet

public MinDomSet(AbstractProblem pb)
Method Detail

selectSetVar

public SetVar selectSetVar()
Description copied from interface: SetVarSelector
the SetVarSelector can be asked to return a set variable

Returns:
a non instantiated search variable