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

Compact sets #639

Closed
schillic opened this issue Sep 19, 2018 · 0 comments
Closed

Compact sets #639

schillic opened this issue Sep 19, 2018 · 0 comments
Assignees
Labels
simplification 👶 Simplifies code usability 🖱️ Simplifies the usage or interface

Comments

@schillic
Copy link
Member

Add an alias

const CompactSet = Union{AbstractPolytope, Ball2, Ballp, ...}
const NonCompactSet = Union{HalfSpace, Hyperplane, Line}

and maybe also a function iscompact(X):

function iscompact(X::CompactSet)::Bool
    return true
end
@schillic schillic added usability 🖱️ Simplifies the usage or interface simplification 👶 Simplifies code labels Sep 19, 2018
@schillic schillic self-assigned this Sep 22, 2018
schillic added a commit that referenced this issue Sep 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
simplification 👶 Simplifies code usability 🖱️ Simplifies the usage or interface
Projects
None yet
Development

No branches or pull requests

1 participant