choco.set.search
Class MinEnv

java.lang.Object
  extended by choco.search.AbstractSearchHeuristic
      extended by choco.set.search.MinEnv
All Implemented Interfaces:
SetValSelector

public class MinEnv
extends AbstractSearchHeuristic
implements SetValSelector


Field Summary
 
Fields inherited from class choco.search.AbstractSearchHeuristic
branching, problem
 
Constructor Summary
MinEnv(AbstractProblem pb)
           
 
Method Summary
 int getBestVal(SetVar v)
          returns the best value choice
 
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
 

Constructor Detail

MinEnv

public MinEnv(AbstractProblem pb)
Method Detail

getBestVal

public int getBestVal(SetVar v)
Description copied from interface: SetValSelector
returns the best value choice

Specified by:
getBestVal in interface SetValSelector