Uses of Interface
jopt.csp.variable.CspAlgorithm

Packages that use CspAlgorithm
jopt.csp   
 

Uses of CspAlgorithm in jopt.csp
 

Methods in jopt.csp with parameters of type CspAlgorithm
static CspSolver CspSolver.createSolver(CspAlgorithm alg, SearchManager mgr)
          Creates a new solver based upon a given CSP algorithm and search manager
static CspSolver CspSolver.createSolver(CspAlgorithm alg)
          Creates a new solver based upon a specific algorithm with the default search manager