Changeset 1431:ad44b1dd8013 in lemon-0.x for src/lemon/lp_skeleton.h
- Timestamp:
- 05/20/05 11:31:25 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1905
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/lp_skeleton.h
r1405 r1431 55 55 Value const * values ); 56 56 57 /// \e 57 /// Set one element of the coefficient matrix 58 virtual void _setCoeff(int row, int col, Value value); 58 59 59 60 /// The lower bound of a variable (column) have to be given by an
Note: See TracChangeset
for help on using the changeset viewer.