Explorar el Código

Again on off-by-one errors.

Michele Orrù hace 11 años
padre
commit
0fa6188289
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      book/dixon.tex

+ 1 - 1
book/dixon.tex

@@ -118,7 +118,7 @@ At this point, we have all data structures needed:
   \emph{Reduction Procedure}
 \end{center}
 \begin{enumerate}[(i)]
-  \item Set $j=r$;
+  \item Set $j=r-1$;
   \item find the ``pivot vector'', i.e. the first vector
     $v_i, \quad 0 \leq i < f$ such that $\alpha_j = 1$. If none is found, go
     to (iv);