choco.cp.solver.constraints.global.automata.fast_multicostregular.valselector
Class MCRValSelector

java.lang.Object
  extended by choco.cp.solver.constraints.global.automata.fast_multicostregular.valselector.MCRValSelector
All Implemented Interfaces:
ValSelector<IntDomainVar>

public class MCRValSelector
extends Object
implements ValSelector<IntDomainVar>

Created by IntelliJ IDEA. User: julien Date: Nov 17, 2008 Time: 6:03:16 PM


Constructor Summary
MCRValSelector(MultiCostRegular[] cons, boolean max)
           
 
Method Summary
 int getBestVal(IntDomainVar x)
          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

MCRValSelector

public MCRValSelector(MultiCostRegular[] cons,
                      boolean max)
Method Detail

getBestVal

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

Specified by:
getBestVal in interface ValSelector<IntDomainVar>


Copyright © 2012. All Rights Reserved.