You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/other.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ of `status(T)` is one of the following:
8
8
*`:no_basis` -- no basis has been established for this tableau.
9
9
*`:feasible` -- the tableau is in a feasible state, but not optimal (rhs is nonnegative).
10
10
*`:infeasible` -- the tableau is in an infeasible state (rhs contains negative values).
11
-
*`:optimal` -- the tableau has reached a global minimization point, This supercedes `:feasible`.
11
+
*`:optimal` -- the tableau has reached a global minimization point. This supercedes `:feasible`.
12
12
*`:unbounded` -- the tableau has reached a feasible state, but there are no pivots; the objective function value can be arbitrarily negative. This supercedes `:feasible`.
0 commit comments