choco.cp.solver.search.set
Class MinEnv

java.lang.Object
  extended by choco.cp.solver.search.set.MinEnv
All Implemented Interfaces:
ValSelector<SetVar>

public class MinEnv
extends Object
implements ValSelector<SetVar>


Constructor Summary
MinEnv()
           
 
Method Summary
 int getBestVal(SetVar v)
          A method selecting the search value used for the alternative
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinEnv

public MinEnv()
Method Detail

getBestVal

public int getBestVal(SetVar v)
Description copied from interface: ValSelector
A method selecting the search value used for the alternative

Specified by:
getBestVal in interface ValSelector<SetVar>


Copyright © 2012. All Rights Reserved.