
collect_all_pool_constraints(+Pool, -Constraints)

   Collect all currently stored constraints in Pool

Arguments
   Pool                Atom
   Constraints         Variable, returns list of callable terms

Type
   library(constraint_pools)

Description

    Constraints is unified with a list of all currently stored constraints
    in Pool, regardless of their type.  An empty list is returned if the
    pool was already empty.  The pool store is emptied completely.
    This modification is backtrackable.
    

See Also
   pool_is_empty / 1, get_all_pool_constraints / 2, collect_typed_pool_constraints / 3
