fipaos.skill.constraint.ccl.action
Class CSPSolveList


public class CSPSolveList


This class represents the object CSP-solve-list Action (Generating Solutions)
as described in the document "CCL Language Specification v2.01" section 4.1.2.4, p9.

This action is similar to the CSP-solve action but is defined as solving the CSP
given in the subject slot to return all of its solutions and collating these into
a list of solutions.

The expected effect of having performed this action is to find one or several
sets of assignments of values to the variables in the CSP specified as the target
of the action CSP such that none of the constraints specified are violated.