# 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
|
|
153 | 153 | virtual Value _getPrimalRay(int i) const; |
154 | 154 | virtual Value _getDualRay(int i) const; |
155 | 155 | |
156 | | ///\todo It should be clarified |
157 | | /// |
158 | 156 | virtual ProblemType _getPrimalType() const; |
159 | 157 | virtual ProblemType _getDualType() const; |
160 | 158 | |
diff -r 97674155c135 -r a87ac2da124c lemon/lp_skeleton.h
a
|
b
|
|
192 | 192 | protected: |
193 | 193 | ///\e |
194 | 194 | |
195 | | ///\bug Wrong interface |
196 | 195 | /// |
197 | 196 | virtual SolveExitStatus _solve(); |
198 | 197 | |
199 | 198 | ///\e |
200 | 199 | |
201 | | ///\bug Wrong interface |
202 | 200 | /// |
203 | 201 | virtual Value _getSol(int i) const; |
204 | 202 | |
205 | 203 | ///\e |
206 | 204 | |
207 | | ///\bug Wrong interface |
208 | 205 | /// |
209 | 206 | virtual Value _getSolValue() const; |
210 | 207 | |
211 | 208 | ///\e |
212 | 209 | |
213 | | ///\bug Wrong interface |
214 | 210 | /// |
215 | 211 | virtual ProblemType _getType() const; |
216 | 212 | |