# HG changeset patch # User Alpar Juttner # Date 2009-03-01 08:10:49 # Node ID 89e29e22d479cd4f91dec4578f83f472efcab3e7 # Parent 9db62975c32bb931e080e1581a68563939c7eb6a Remove \bug and \todo comments 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