Uses of Interface
jopt.csp.search.IntegerSelector

Packages that use IntegerSelector
jopt.csp.search The interfaces to all your searching needs. 
 

Uses of IntegerSelector in jopt.csp.search
 

Methods in jopt.csp.search with parameters of type IntegerSelector
 SearchAction SearchActions.generate(CspIntVariable[] vars, IntegerSelector selector)
          Creates an action that will instantiate an array of variables in order.