Changeset 1251:8f7ce70899e6 in lemon-0.x
- Timestamp:
- 03/23/05 16:43:18 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1678
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/athos/lp/lp_base.h
r1248 r1251 41 41 /// \warning Arrays are indexed from 1 (datum at index 0 is ignored) 42 42 virtual void _setRowCoeffs(int i, 43 int length, 43 44 int const * indices, 44 45 Value const * values ) = 0; … … 46 47 /// \warning Arrays are indexed from 1 (datum at index 0 is ignored) 47 48 virtual void _setColCoeffs(int i, 49 int length, 48 50 int const * indices, 49 51 Value const * values ) = 0;
Note: See TracChangeset
for help on using the changeset viewer.