COIN-OR::LEMON - Graph Library

Ticket #233: a87ac2da124c.patch

File a87ac2da124c.patch, 1.2 KB (added by Balazs Dezso, 15 years ago)

Remove tags

  • lemon/glpk.h

    # HG changeset patch
    # User Balazs Dezso <deba@inf.elte.hu>
    # Date 1236030397 -3600
    # Node ID a87ac2da124cef0b92995a28ea892be949393ab8
    # Parent  97674155c135e55dcba5116cf01cce8df3d7ebe9
    Remove todo and bug doxygen tags (#233)
    
    diff -r 97674155c135 -r a87ac2da124c lemon/glpk.h
    a b  
    153153    virtual Value _getPrimalRay(int i) const;
    154154    virtual Value _getDualRay(int i) const;
    155155
    156     ///\todo It should be clarified
    157     ///
    158156    virtual ProblemType _getPrimalType() const;
    159157    virtual ProblemType _getDualType() const;
    160158
  • lemon/lp_skeleton.h

    diff -r 97674155c135 -r a87ac2da124c lemon/lp_skeleton.h
    a b  
    192192  protected:
    193193    ///\e
    194194
    195     ///\bug Wrong interface
    196195    ///
    197196    virtual SolveExitStatus _solve();
    198197
    199198    ///\e
    200199
    201     ///\bug Wrong interface
    202200    ///
    203201    virtual Value _getSol(int i) const;
    204202
    205203    ///\e
    206204
    207     ///\bug Wrong interface
    208205    ///
    209206    virtual Value _getSolValue() const;
    210207
    211208    ///\e
    212209
    213     ///\bug Wrong interface
    214210    ///
    215211    virtual ProblemType _getType() const;
    216212