Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Apr 5, 2024
1 parent 30671b7 commit f521ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/optimization.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ we are either in the following three situations:

A JuMP model is treated by `polyhedron` just like any H-representation. For example, the hypercube of dimension `n` can be created as follows
```@example lphrep
using JuMP
using JuMP, Polyhedra
model = Model()
@variable(model, 0 ≤ x[1:2] ≤ 1)
h = hrep(model)
Expand Down

0 comments on commit f521ae0

Please sign in to comment.