choco.cp.solver.search.integer.valselector
Class MinVal

java.lang.Object
  extended by choco.cp.solver.search.integer.valselector.MinVal
All Implemented Interfaces:
ValSelector<IntDomainVar>

public class MinVal
extends Object
implements ValSelector<IntDomainVar>


Constructor Summary
MinVal()
           
 
Method Summary
 int getBestVal(IntDomainVar x)
          selecting the lowest value in the domain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MinVal

public MinVal()
Method Detail

getBestVal

public int getBestVal(IntDomainVar x)
selecting the lowest value in the domain

Specified by:
getBestVal in interface ValSelector<IntDomainVar>
Parameters:
x - the variable under consideration
Returns:
what seems the most interesting value for branching


Copyright © 2012. All Rights Reserved.