1.1 --- a/lemon/mip_glpk.cc Mon May 07 18:19:55 2007 +0000 1.2 +++ b/lemon/mip_glpk.cc Thu May 10 14:56:05 2007 +0000 1.3 @@ -92,6 +92,7 @@ 1.4 switch (result){ 1.5 case LEMON_LPX(E_OK): 1.6 solved = true; 1.7 + break; 1.8 default: 1.9 solved = false; 1.10 }