Skip to content

Commit 24e99c2

Browse files
committed
Doc fix
1 parent 133f70b commit 24e99c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SimplexTableaux"
22
uuid = "b49aa546-d643-4829-bb91-bc1e5e539d80"
33
authors = ["Ed Scheinerman <ers@jhu.edu>"]
4-
version = "0.4.2"
4+
version = "0.4.3"
55

66
[deps]
77
ChooseOptimizer = "858a232f-1959-5553-8cfc-91e1fd5304e2"

src/Tableau.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# 0 | A | b <== m rows
77

88
"""
9-
Tableau(A::Matrix, b::Vector, c::Vector)
9+
Tableau(A::Matrix, b::Vector, c::Vector, canonical::Bool=true)
1010
1111
Create a `Tableau` data structure for the canonical form
1212
linear program minimize ``c'x`` subject to ``Ax ≥ b, x ≥ 0``.

0 commit comments

Comments
 (0)