diff -r 814ba94d9989 -r fa2877651022 lemon/lp_glpk.cc --- a/lemon/lp_glpk.cc Sun Oct 05 13:46:07 2008 +0000 +++ b/lemon/lp_glpk.cc Sun Oct 05 20:08:13 2008 +0000 @@ -274,7 +274,7 @@ //array indices are sorted bool found=false; for (int i = 1; i <= length; ++i) { - if (indices[i]==jx){ + if (indices[i]==ix){ found=true; values[i]=value; break;