jopt.csp.search
Interface IntegerSelector


public interface IntegerSelector

Interface to implement to control the selection of values when reducing integer domains.


Method Summary
 int select(CspIntVariable var)
           
 

Method Detail

select

public int select(CspIntVariable var)