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

Review test with empty polytope #994

Closed
mforets opened this issue Jan 12, 2019 · 0 comments
Closed

Review test with empty polytope #994

mforets opened this issue Jan 12, 2019 · 0 comments
Assignees
Labels
fix 🤕 Fix to a problem that is not too serious

Comments

@mforets
Copy link
Member

mforets commented Jan 12, 2019

See this line.

Maybe change the current one for this triangle:

julia> A = [N(0) N(1); N(1) N(0); N(-1) N(-1)];
julia> b = N[0.25, 0.25, 0];
julia> P = HPolytope(A, b);

julia> vertices_list(P)
3-element Array{Array{Float64,1},1}:
 [0.25, 0.25]
 [-0.25, 0.25]
 [0.25, -0.25]
@mforets mforets added the documentation 📖 Documentation and manual label Jan 12, 2019
@schillic schillic added fix 🤕 Fix to a problem that is not too serious and removed documentation 📖 Documentation and manual labels Jan 12, 2019
@schillic schillic self-assigned this Jan 12, 2019
schillic added a commit that referenced this issue Jan 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 🤕 Fix to a problem that is not too serious
Projects
None yet
Development

No branches or pull requests

2 participants