Skip to content

Commit

Permalink
[docs] add reference to Polyhedra.jl (#3542)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Oct 12, 2023
1 parent 2368e63 commit 8e3f622
Showing 1 changed file with 10 additions and 0 deletions.
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)
to create a polyhedron from a JuMP model.)

0 comments on commit 8e3f622

Please sign in to comment.