Changeset 1843:1e386f4047c9 in lemon-0.x
- Timestamp:
- 12/02/05 11:02:40 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2402
- Location:
- lemon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/lp_skeleton.cc
r1796 r1843 138 138 return UNKNOWN; 139 139 } 140 140 141 bool LpSkeleton::_isBasicCol(int i) 142 { 143 return true; 144 } 145 141 146 } //namespace lemon 142 147 -
lemon/lp_skeleton.h
r1796 r1843 138 138 ///\e 139 139 virtual void _setMin(); 140 141 ///\e 142 virtual bool _isBasicCol(int i); 143 140 144 141 145
Note: See TracChangeset
for help on using the changeset viewer.