Package jopt.csp.solution

Defines structures for storing solutions to constraint satisfaction problems

See:
          Description

Interface Summary
VariableSolution Interface implemented by all variable solutions
 

Class Summary
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
 

Package jopt.csp.solution Description

Defines structures for storing solutions to constraint satisfaction problems

Since:
JDK1.4