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

Inclusion check of flat zonotope in equivalent line segment fails #3405

Closed
schillic opened this issue Dec 20, 2023 · 1 comment
Closed

Inclusion check of flat zonotope in equivalent line segment fails #3405

schillic opened this issue Dec 20, 2023 · 1 comment
Labels
invalid 🚫 This doesn't seem right

Comments

@schillic
Copy link
Member

julia> Z = Zonotope([1.0, 0.0], [0.1; 0.0;;]);
julia> L = LineSegment([0.9, 0], [1.1, 0]);
julia> Z  L
false

The implementation was added in #3328.

@schillic schillic added bug 🐛 Something isn't working invalid 🚫 This doesn't seem right and removed bug 🐛 Something isn't working labels Dec 20, 2023
@schillic
Copy link
Member Author

I cannot reproduce. Not sure what happened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid 🚫 This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant