Ensures that the ww2 vector is allocated to be at least as large as the ww vector with which it is multiplied by ensuring that nvar is at least as large as nwts.
Not sure if this is "correct" in terms of the algorithm but it does fix the crash which results from the buffer overrun caused by nvar being smaller than nwts, and qpGraph runs to completion after applying this fix.
Ensures that the ww2 vector is allocated to be at least as large as the ww vector with which it is multiplied by ensuring that
nvar
is at least as large asnwts
.Not sure if this is "correct" in terms of the algorithm but it does fix the crash which results from the buffer overrun caused by
nvar
being smaller thannwts
, and qpGraph runs to completion after applying this fix.Fixes #17