[Lemon-commits] [lemon_svn] alpar: r3003 - hugo/trunk/lemon
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 21:51:45 CET 2006
Author: alpar
Date: Tue Oct 17 13:05:23 2006
New Revision: 3003
Modified:
hugo/trunk/lemon/lp_glpk.cc
hugo/trunk/lemon/mip_cplex.cc
hugo/trunk/lemon/mip_glpk.cc
Log:
Remove superfluous #ifndef boundaries
Modified: hugo/trunk/lemon/lp_glpk.cc
==============================================================================
--- hugo/trunk/lemon/lp_glpk.cc (original)
+++ hugo/trunk/lemon/lp_glpk.cc Tue Oct 17 13:05:23 2006
@@ -16,9 +16,6 @@
*
*/
-#ifndef LEMON_LP_GLPK_CC
-#define LEMON_LP_GLPK_CC
-
///\file
///\brief Implementation of the LEMON-GLPK lp solver interface.
@@ -526,5 +523,3 @@
} //END OF NAMESPACE LEMON
-
-#endif //LEMON_LP_GLPK_CC
Modified: hugo/trunk/lemon/mip_cplex.cc
==============================================================================
--- hugo/trunk/lemon/mip_cplex.cc (original)
+++ hugo/trunk/lemon/mip_cplex.cc Tue Oct 17 13:05:23 2006
@@ -16,9 +16,6 @@
*
*/
-#ifndef LEMON_MIP_CPLEX_CC
-#define LEMON_MIP_CPLEX_CC
-
///\file
///\brief Implementation of the LEMON-CPLEX mip solver interface.
@@ -134,5 +131,3 @@
return objval;
}
} //END OF NAMESPACE LEMON
-
-#endif //END OF MIP_CPLEX_CC
Modified: hugo/trunk/lemon/mip_glpk.cc
==============================================================================
--- hugo/trunk/lemon/mip_glpk.cc (original)
+++ hugo/trunk/lemon/mip_glpk.cc Tue Oct 17 13:05:23 2006
@@ -16,9 +16,6 @@
*
*/
-#ifndef LEMON_MIP_GLPK_CC
-#define LEMON_MIP_GLPK_CC
-
///\file
///\brief Implementation of the LEMON-GLPK mip solver interface.
@@ -111,5 +108,3 @@
return lpx_mip_obj_val(lp);
}
} //END OF NAMESPACE LEMON
-
-#endif //END OF MIP_GLPK_CC
More information about the Lemon-commits
mailing list