Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace @is with @unique #5

Open
Jengamon opened this issue Dec 6, 2023 · 0 comments
Open

Replace @is with @unique #5

Jengamon opened this issue Dec 6, 2023 · 0 comments

Comments

@Jengamon
Copy link
Owner

Jengamon commented Dec 6, 2023

@unique will be unproven if given 1 element and is only proven if every element given to it is unique from any other element given to it.

@is would be expressed as is(A, B) :- not @unique(A, B). which is not a valid rule in and of itself, and thus would actually have to be constrained by the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant