
is_solver_var(?Term)

   Succeeds iff Term is an GFD domain variable.

Arguments
   Term                A Term

Type
   library(gfd)

Description

   Test if the term Term is an GFD domain variable.  Succeed if it is, fail
   otherwise.


Modes and Determinism
   is_solver_var(?) is semidet

Fail Conditions
   Var is not an GFD domain variable.


