We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393ee09 commit 90d8b47Copy full SHA for 90d8b47
src/Tableau.jl
@@ -38,7 +38,7 @@ mutable struct Tableau
38
39
# test rank of M[2:end,2:end-1]
40
if rankx(M[2:end, 2:(end - 1)]) ≠ m
41
- @warn("Rank difficient Tableau")
+ @warn("Rank deficient Tableau")
42
end
43
44
B = zeros(Int, m) # basis is all 0s to start
0 commit comments