Uses of Package
jopt.csp.solution

Packages that use jopt.csp.solution
jopt.csp   
jopt.csp.search The interfaces to all your searching needs. 
jopt.csp.solution Defines structures for storing solutions to constraint satisfaction problems 
jopt.csp.util Contains several foundational utility classes and associated interfaces. 
 

Classes in jopt.csp.solution used by jopt.csp
SolutionScope
          A collection of variables that are contained within a solution
SolverSolution
          Implementation of a solution that is produced by a solver
 

Classes in jopt.csp.solution used by jopt.csp.search
SolverSolution
          Implementation of a solution that is produced by a solver
 

Classes in jopt.csp.solution used by jopt.csp.solution
BooleanSolution
          Solution to a boolean variable
DoubleSolution
          Solution to an double variable
FloatSolution
          Solution to an float variable
IntSolution
          Solution to an integer variable
LongSolution
          Solution to an long variable
SetSolution
          Solution to a set variable
SolutionScope
          A collection of variables that are contained within a solution
SolverSolution
          Implementation of a solution that is produced by a solver
VariableSolution
          Interface implemented by all variable solutions
 

Classes in jopt.csp.solution used by jopt.csp.util
VariableSolution
          Interface implemented by all variable solutions