prolog - Compatibility of different clp(FD) library implementations -


is there place can find collection of differences in clpfd implementations?

there kind of list of languages support 1 form or of constraint logic programming. denoted clp(*):

see section "logic programming based constraint logic":
https://en.wikipedia.org/wiki/constraint_programming#some_languages_that_support_constraint_programming

whether of languages on list support clp(fd) not sure. wiki page doesn't make comparison matrice. start different systems.

there many interesting dimensions of clp(fd) systems:
- bignums supported: gnu no, swi-prolog yes, jekejeke yes
- negative integers supported: gnu no, swi-prolog yes, jekejeke yes
- arithmetic expressions allowed: t.b.d.
- set notations allowed: gnu limited, swi-prolog sup/inf, jekejeke sup/inf
- reification supported: gnu yes, swi-prolog yes, jekejeke not yet
- special constraints supported: gnu cardinality, swi-prolog cardinality , others, jekejeke not yet
- labeling parameters: t.b.d.

bye


Comments

Popular posts from this blog

google chrome - Developer tools - How to inspect the elements which are added momentarily (by JQuery)? -

angularjs - Showing an empty as first option in select tag -

php - Cloud9 cloud IDE and CakePHP -