COIN-OR::LEMON - Graph Library

Changeset 588:89e29e22d479 in lemon


Ignore:
Timestamp:
03/01/09 08:10:49 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Remove \bug and \todo comments

Location:
lemon
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/glpk.h

    r587 r588  
    156156    virtual Value _getDualRay(int i) const;
    157157
    158     ///\todo It should be clarified
    159     ///
    160158    virtual ProblemType _getPrimalType() const;
    161159    virtual ProblemType _getDualType() const;
  • lemon/lp_skeleton.h

    r587 r588  
    206206  protected:
    207207    ///\e
    208 
    209     ///\bug Wrong interface
    210     ///
    211208    virtual SolveExitStatus _solve();
    212209
    213210    ///\e
    214 
    215     ///\bug Wrong interface
    216     ///
    217211    virtual Value _getSol(int i) const;
    218212
    219213    ///\e
    220 
    221     ///\bug Wrong interface
    222     ///
    223214    virtual Value _getSolValue() const;
    224215
    225216    ///\e
    226 
    227     ///\bug Wrong interface
    228     ///
    229217    virtual ProblemType _getType() const;
    230218
Note: See TracChangeset for help on using the changeset viewer.