We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d834d0b commit 16c8af3Copy full SHA for 16c8af3
src/Pivoting.jl
@@ -4,7 +4,7 @@ _not_col_one = "May not modify the z column of the Tableau"
4
"""
5
pivot!(T::Tableau, i::Int, j::Int)
6
7
-Modify `T` by doing a pivot operation at contraint `i`
+Modify `T` by doing a pivot operation at constraint `i`
8
and variable x_`j`.
9
10
function pivot!(T::Tableau, i::Int, j::Int)
0 commit comments