[Lemon-commits] Alpar Juttner: Remove \bug and \todo comments

Lemon HG hg at lemon.cs.elte.hu
Wed Mar 4 14:54:46 CET 2009


details:   http://lemon.cs.elte.hu/hg/lemon/rev/89e29e22d479
changeset: 563:89e29e22d479
user:      Alpar Juttner <alpar [at] cs.elte.hu>
date:      Sun Mar 01 07:10:49 2009 +0000
description:
	Remove \bug and \todo comments

diffstat:

2 files changed, 14 deletions(-)
lemon/glpk.h        |    2 --
lemon/lp_skeleton.h |   12 ------------

diffs (43 lines):

diff --git a/lemon/glpk.h b/lemon/glpk.h
--- a/lemon/glpk.h
+++ b/lemon/glpk.h
@@ -155,8 +155,6 @@
     virtual Value _getPrimalRay(int i) const;
     virtual Value _getDualRay(int i) const;
 
-    ///\todo It should be clarified
-    ///
     virtual ProblemType _getPrimalType() const;
     virtual ProblemType _getDualType() const;
 
diff --git a/lemon/lp_skeleton.h b/lemon/lp_skeleton.h
--- a/lemon/lp_skeleton.h
+++ b/lemon/lp_skeleton.h
@@ -205,27 +205,15 @@
 
   protected:
     ///\e
-
-    ///\bug Wrong interface
-    ///
     virtual SolveExitStatus _solve();
 
     ///\e
-
-    ///\bug Wrong interface
-    ///
     virtual Value _getSol(int i) const;
 
     ///\e
-
-    ///\bug Wrong interface
-    ///
     virtual Value _getSolValue() const;
 
     ///\e
-
-    ///\bug Wrong interface
-    ///
     virtual ProblemType _getType() const;
 
     ///\e



More information about the Lemon-commits mailing list