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

[docs] add reference to Polyhedra.jl #3542

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/src/should_i_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,3 +134,13 @@ If you have stochastic input data, consider using a JuMP extension such as:
* [InfiniteOpt.jl](https://github.com/infiniteopt/InfiniteOpt.jl)
* [StochasticPrograms.jl](https://github.com/martinbiel/StochasticPrograms.jl)
* [SDDP.jl](https://github.com/odow/SDDP.jl)

### Polyhedral computations

JuMP does not provide tools for working with the polyhedron formed by the set
of linear constraints.

Alternatives to consider are:

* [Polyhedra.jl](https://github.com/JuliaPolyhedra/Polyhedra.jl) (See the [documentation](https://juliapolyhedra.github.io/Polyhedra.jl/v0.7.6/optimization/#Creating-a-polyhedron-from-the-feasible-set-of-a-JuMP-model)
jd-foster marked this conversation as resolved.
Show resolved Hide resolved
to create a polyhedron from a JuMP model.)
Loading