
get_all_pool_constraints(+Pool, -Constraints)

   Get all currently stored constraints 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. The pool itself is not changed.
    An empty list is returned if the pool is empty.
    

See Also
   collect_all_pool_constraints / 2, get_typed_pool_constraints / 3
