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

fix potassco/clasp#74 #359

Merged
merged 2 commits into from
Mar 5, 2022
Merged

fix potassco/clasp#74 #359

merged 2 commits into from
Mar 5, 2022

Conversation

rkaminsk
Copy link
Member

@rkaminsk rkaminsk commented Mar 4, 2022

Function Clasp::Enumerator::commitClause(lits) expects literals to be
unique. This commit simply uses std::sort and std::unique to remove
literals.

Function `Clasp::Enumerator::commitClause(lits)` expects literals to be
unique. This commit simply uses `std::sort` and `std::unique` to remove
literals.
@rkaminsk rkaminsk merged commit 5ebd937 into wip Mar 5, 2022
@rkaminsk rkaminsk deleted the fix/issue74 branch March 5, 2022 16:46
@rkaminsk rkaminsk added this to the v5.5.2 milestone Mar 7, 2022
This pull request was closed.
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.

1 participant