We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0399b commit be957b7Copy full SHA for be957b7
README.md
@@ -86,6 +86,7 @@ julia> T = Tableau(A, b, c, false)
86
│ Cons 2 │ 0 │ 1 │ 1 │ -1 │ 5 │ 1 │ 7 │
87
└──────────┴───┴─────┴─────┴─────┴─────┴─────┴─────┘
88
```
89
+The fourth argument `false` means that the constraints are already equalities and slack variables should not be appended.
90
91
## Operations
92
0 commit comments