Uses of Class
jopt.csp.solution.SolutionScope

Packages that use SolutionScope
jopt.csp   
jopt.csp.solution Defines structures for storing solutions to constraint satisfaction problems 
 

Uses of SolutionScope in jopt.csp
 

Methods in jopt.csp with parameters of type SolutionScope
 SolverSolution CspSolver.storeSolution(SolutionScope scope)
          Returns a solution that has recorded the variable domain information for the variables within the scope specified.
 

Uses of SolutionScope in jopt.csp.solution
 

Subclasses of SolutionScope in jopt.csp.solution
 class SolverSolution
          Implementation of a solution that is produced by a solver
 

Constructors in jopt.csp.solution with parameters of type SolutionScope
SolverSolution(SolutionScope scope)
          Creates a new solution for the scope requested
SolutionScope(SolutionScope scope)
          Creates a new solution request