We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7613222 commit cb3bae9Copy full SHA for cb3bae9
CHANGELOG.md
@@ -1,5 +1,7 @@
1
### 0.2.9 (Upcoming Release)
2
3
+- Fix documentation of simplex
4
+
5
6
### 0.2.8
7
src/simplex.jl
@@ -549,7 +549,7 @@ x1, x2 >= 0
549
The following code creates a SimplexProblem object for the above problem:
550
551
```julia
552
-using OperationsResearch.Simplex
+using OperationsResearchModels.Simplex
553
554
obj = Float64[1.0, 2.0, 3.0]
555
amat = Float64[1.0 2.0 3.0; 3.0 1.0 5.0]
0 commit comments