equal
deleted
inserted
replaced
56 |
56 |
57 void LpSkeleton::_setColName(int, const std::string &) { |
57 void LpSkeleton::_setColName(int, const std::string &) { |
58 } |
58 } |
59 |
59 |
60 |
60 |
61 void LpSkeleton::_setRowCoeffs(int, LpRowIterator, LpRowIterator) { |
61 void LpSkeleton::_setRowCoeffs(int, ConstRowIterator, ConstRowIterator) { |
|
62 } |
|
63 |
|
64 void LpSkeleton::_getRowCoeffs(int, RowIterator) { |
62 } |
65 } |
63 |
66 |
64 void LpSkeleton::_setColCoeffs(int, LpColIterator, LpColIterator) { |
67 void LpSkeleton::_setColCoeffs(int, ConstColIterator, ConstColIterator) { |
|
68 } |
|
69 |
|
70 void LpSkeleton::_getColCoeffs(int, ColIterator) { |
65 } |
71 } |
66 |
72 |
67 void LpSkeleton::_setCoeff(int, int, Value ) |
73 void LpSkeleton::_setCoeff(int, int, Value ) |
68 { |
74 { |
69 } |
75 } |