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

clpb: incompleteness #435

Open
UWN opened this issue Dec 15, 2023 · 1 comment
Open

clpb: incompleteness #435

UWN opened this issue Dec 15, 2023 · 1 comment

Comments

@UWN
Copy link

UWN commented Dec 15, 2023

?- X = 0, Y = 1, sat(X+Y).
   X = 0, Y = 1, .
?-        sat(X+Y), X = 0.
   false, unexpected.
@UWN
Copy link
Author

UWN commented Mar 28, 2024

Now:

?- X = 0, Y = 1, sat(X+Y).
   X = 0, Y = 1.  % improvement
?- sat(X+Y), X = 0.
   false, unexpected.

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