choco.cp.solver.search.set
Class MostConstrainedSet

java.lang.Object
  extended by choco.kernel.solver.search.AbstractSearchHeuristic
      extended by choco.kernel.solver.search.set.AbstractSetVarSelector
          extended by choco.cp.solver.search.set.MostConstrainedSet
All Implemented Interfaces:
VarSelector<SetVar>

public class MostConstrainedSet
extends AbstractSetVarSelector


Field Summary
 
Fields inherited from class choco.kernel.solver.search.set.AbstractSetVarSelector
vars
 
Fields inherited from class choco.kernel.solver.search.AbstractSearchHeuristic
branching, solver
 
Constructor Summary
MostConstrainedSet(Solver solver)
           
MostConstrainedSet(Solver solver, SetVar[] decisionvs)
           
 
Method Summary
 int getHeuristic(SetVar v)
           
 
Methods inherited from class choco.kernel.solver.search.set.AbstractSetVarSelector
getVars, selectVar, setVars
 
Methods inherited from class choco.kernel.solver.search.AbstractSearchHeuristic
getBranching, getSolver, setBranching
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MostConstrainedSet

public MostConstrainedSet(Solver solver,
                          SetVar[] decisionvs)

MostConstrainedSet

public MostConstrainedSet(Solver solver)
Method Detail

getHeuristic

public int getHeuristic(SetVar v)
Specified by:
getHeuristic in class AbstractSetVarSelector


Copyright © 2012. All Rights Reserved.