Skip to content

Commit cb3bae9

Browse files
committed
fix documentation of Simplex
1 parent 7613222 commit cb3bae9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
### 0.2.9 (Upcoming Release)
22

3+
- Fix documentation of simplex
4+
35

46
### 0.2.8
57

src/simplex.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ x1, x2 >= 0
549549
The following code creates a SimplexProblem object for the above problem:
550550
551551
```julia
552-
using OperationsResearch.Simplex
552+
using OperationsResearchModels.Simplex
553553
554554
obj = Float64[1.0, 2.0, 3.0]
555555
amat = Float64[1.0 2.0 3.0; 3.0 1.0 5.0]

0 commit comments

Comments
 (0)