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

CLP(B) correction #858

Merged
merged 3 commits into from
Mar 5, 2021
Merged

CLP(B) correction #858

merged 3 commits into from
Mar 5, 2021

Conversation

triska
Copy link
Contributor

@triska triska commented Mar 5, 2021

This addresses triska/clpz#15.

Many thanks to @jburse!

triska added 3 commits March 5, 2021 18:16
Many thanks to @jburse for reporting this issue:

    triska/clpz#15

Example:

    ?- sat(~(Y*X)), sat(Z=:=Y), weighted_maximum([7,2,5],[X,Y,Z],W).
       W = 7, Y = 0, X = 1, Z = 0
    ;  W = 7, Y = 1, X = 0, Z = 1
    ;  false.
@mthom mthom merged commit fa025bc into mthom:master Mar 5, 2021
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

Successfully merging this pull request may close these issues.

2 participants