| |||||||||||
| Check if instantiation is allowed
co_check(+Term, +Constraint)The user defined predicate co_check/2 is invoked when a constraint variable is instantiated, i.e. bound to a term which is not a variable. co_check/2 must only succeed if this binding is allowed under the given Constraint "Constraint".
ExamplesFor examples please refer to the section ExamplePrograms.
StandardThis predicate is not part of the ISO-Prolog Standard.
See alsoco_add/2 co_get/2 co_merge/2 co_check/2 Constraints | |||||||||||
| |||||||||||
| Back> |
|