1.1 --- a/lemon/glpk.h Thu Feb 26 07:39:16 2009 +0000
1.2 +++ b/lemon/glpk.h Sun Mar 01 07:10:49 2009 +0000
1.3 @@ -155,8 +155,6 @@
1.4 virtual Value _getPrimalRay(int i) const;
1.5 virtual Value _getDualRay(int i) const;
1.6
1.7 - ///\todo It should be clarified
1.8 - ///
1.9 virtual ProblemType _getPrimalType() const;
1.10 virtual ProblemType _getDualType() const;
1.11
2.1 --- a/lemon/lp_skeleton.h Thu Feb 26 07:39:16 2009 +0000
2.2 +++ b/lemon/lp_skeleton.h Sun Mar 01 07:10:49 2009 +0000
2.3 @@ -205,27 +205,15 @@
2.4
2.5 protected:
2.6 ///\e
2.7 -
2.8 - ///\bug Wrong interface
2.9 - ///
2.10 virtual SolveExitStatus _solve();
2.11
2.12 ///\e
2.13 -
2.14 - ///\bug Wrong interface
2.15 - ///
2.16 virtual Value _getSol(int i) const;
2.17
2.18 ///\e
2.19 -
2.20 - ///\bug Wrong interface
2.21 - ///
2.22 virtual Value _getSolValue() const;
2.23
2.24 ///\e
2.25 -
2.26 - ///\bug Wrong interface
2.27 - ///
2.28 virtual ProblemType _getType() const;
2.29
2.30 ///\e