samples.multicostregular.asap.heuristics
Class ASAPValSelector

java.lang.Object
  extended by samples.multicostregular.asap.heuristics.ASAPValSelector
All Implemented Interfaces:
ValSelector<IntDomainVar>

public class ASAPValSelector
extends Object
implements ValSelector<IntDomainVar>

Created by IntelliJ IDEA. User: julien Mail: julien.menana{at}emn.fr Date: Mar 12, 2009 Time: 3:18:49 PM


Constructor Summary
ASAPValSelector(Solver s, IntegerVariable[][] vars, ASAPDataHandler d)
           
 
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

ASAPValSelector

public ASAPValSelector(Solver s,
                       IntegerVariable[][] vars,
                       ASAPDataHandler d)
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.