[ library(constraint_pools) | Reference Manual | Alphabetic Index ]

get_all_pool_constraints(+Pool, -Constraints)

Get all currently stored constraints Pool
Pool
Atom
Constraints
Variable, returns list of callable terms

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