
cs_clear_all(+CS)

   Clean up the constraint set completely

Arguments
   CS                  Constraint set

Type
   library(tentative)

Description

	
	Clean up the constraint set completely. All delayed goals related
	to this constraint set will be removed and the constraints forgotten.
	A constraint set that has been cleaned up should not be used any longer.
	
    

Modes and Determinism
   cs_clear_all(+) is det

See Also
   cs_clear_satisfied / 1
