[Lemon-commits] deba: r3280 - lemon/trunk/lemon

Lemon SVN svn at lemon.cs.elte.hu
Thu May 10 16:56:05 CEST 2007


Author: deba
Date: Thu May 10 16:56:05 2007
New Revision: 3280

Modified:
   lemon/trunk/lemon/mip_glpk.cc

Log:
Bug fix



Modified: lemon/trunk/lemon/mip_glpk.cc
==============================================================================
--- lemon/trunk/lemon/mip_glpk.cc	(original)
+++ lemon/trunk/lemon/mip_glpk.cc	Thu May 10 16:56:05 2007
@@ -92,6 +92,7 @@
       switch (result){
       case LEMON_LPX(E_OK):
 	solved = true;
+	break;
       default:
 	solved = false;
       }  



More information about the Lemon-commits mailing list