lemon/lp_skeleton.h
changeset 588 89e29e22d479
parent 587 9db62975c32b
child 623 745e182d0139
     1.1 --- a/lemon/lp_skeleton.h	Thu Feb 26 07:39:16 2009 +0000
     1.2 +++ b/lemon/lp_skeleton.h	Sun Mar 01 07:10:49 2009 +0000
     1.3 @@ -205,27 +205,15 @@
     1.4  
     1.5    protected:
     1.6      ///\e
     1.7 -
     1.8 -    ///\bug Wrong interface
     1.9 -    ///
    1.10      virtual SolveExitStatus _solve();
    1.11  
    1.12      ///\e
    1.13 -
    1.14 -    ///\bug Wrong interface
    1.15 -    ///
    1.16      virtual Value _getSol(int i) const;
    1.17  
    1.18      ///\e
    1.19 -
    1.20 -    ///\bug Wrong interface
    1.21 -    ///
    1.22      virtual Value _getSolValue() const;
    1.23  
    1.24      ///\e
    1.25 -
    1.26 -    ///\bug Wrong interface
    1.27 -    ///
    1.28      virtual ProblemType _getType() const;
    1.29  
    1.30      ///\e