We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Near the bottom of the code for Algorithm 11.5 on pg. 207, I believe the line
c'' = c'
should instead be
c'' = vcat(c, zeros(m))