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

refine overflow checks in LogicProgram #86

Merged
merged 1 commit into from
Sep 10, 2022
Merged

refine overflow checks in LogicProgram #86

merged 1 commit into from
Sep 10, 2022

Conversation

rkaminsk
Copy link
Member

The logic program class accepts atoms with ids less than 2^28 and during preprocessing this can drop to less than 2^27 in some cases.

The less than 2^27 is a bit annoying but should not matter much in practice. One should rather find a better way to encode problems with such big groundings. 😄

The logic program class accepts atoms with ids smaller than 2^28 and
during preprocessing this can drop to smaller than 2^27 in some cases.
@BenKaufmann
Copy link
Contributor

@rkaminsk Thanks 👍

@BenKaufmann BenKaufmann merged commit 7344234 into dev Sep 10, 2022
@rkaminsk rkaminsk deleted the overflow branch September 11, 2022 02:02
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