Changeset 541:89e29e22d479 in lemon-main
- Timestamp:
- 03/01/09 08:10:49 (16 years ago)
- Branch:
- default
- Phase:
- public
- Location:
- lemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/glpk.h
r540 r541 156 156 virtual Value _getDualRay(int i) const; 157 157 158 ///\todo It should be clarified159 ///160 158 virtual ProblemType _getPrimalType() const; 161 159 virtual ProblemType _getDualType() const; -
lemon/lp_skeleton.h
r540 r541 206 206 protected: 207 207 ///\e 208 209 ///\bug Wrong interface210 ///211 208 virtual SolveExitStatus _solve(); 212 209 213 210 ///\e 214 215 ///\bug Wrong interface216 ///217 211 virtual Value _getSol(int i) const; 218 212 219 213 ///\e 220 221 ///\bug Wrong interface222 ///223 214 virtual Value _getSolValue() const; 224 215 225 216 ///\e 226 227 ///\bug Wrong interface228 ///229 217 virtual ProblemType _getType() const; 230 218
Note: See TracChangeset
for help on using the changeset viewer.