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

97 clean up predicate comparison relations #138

Merged
merged 9 commits into from
May 6, 2024

Conversation

daveraja
Copy link
Collaborator

@daveraja daveraja commented May 6, 2024

Update semantics of Predicate comparison operators

Predicate comparison now uses the underlying clingo.Symbol object. Will allow querying with
ordering to work even when the types are incomparable because Symbol objects are always
comparable.

Still needs to update some of the querying behaviour
I think this is causing a problem with Python <= 3.10 when specifying
Predicate with a "name" argument.
@daveraja daveraja linked an issue May 6, 2024 that may be closed by this pull request
@daveraja daveraja merged commit ea7918f into master May 6, 2024
30 checks passed
@daveraja daveraja deleted the 97-clean-up-predicate-comparison-relations branch May 6, 2024 12:31
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.

Clean up Predicate comparison relations
1 participant