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

intersection on relations is bugged #28

Closed
pfdietz opened this issue Feb 4, 2020 · 1 comment
Closed

intersection on relations is bugged #28

pfdietz opened this issue Feb 4, 2020 · 1 comment
Assignees
Milestone

Comments

@pfdietz
Copy link
Collaborator

pfdietz commented Feb 4, 2020

(equalp (intersection (convert '2-relation '((1 . 2))) (convert '2-relation '((1 . 3)))) (empty-2-relation)) ==> NIL

The problem is the representation for the intersection maps 1 to an empty set, but this pair should have been removed from the tree, as it causes EQUAL? to indicate they are not the same.

@slburson slburson self-assigned this Jan 15, 2024
@slburson slburson added this to the 1.4.0 milestone May 17, 2024
@slburson
Copy link
Owner

Fixed in 4949109.

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

2 participants