changeset 1925 | 00b6f685ab8d |
parent 1875 | 98698b69a902 |
child 1956 | a055123339d5 |
5:f71a5d8facd2 | 6:c231da80c711 |
---|---|
46 } |
46 } |
47 |
47 |
48 void LpSkeleton::_eraseRow(int) { |
48 void LpSkeleton::_eraseRow(int) { |
49 } |
49 } |
50 |
50 |
51 void LpSkeleton::_getColName(int, std::string &) { |
|
52 } |
|
53 |
|
54 |
|
55 void LpSkeleton::_setColName(int, const std::string &) { |
|
56 } |
|
57 |
|
58 |
|
51 void LpSkeleton::_setRowCoeffs(int, |
59 void LpSkeleton::_setRowCoeffs(int, |
52 int, |
60 int, |
53 int const *, |
61 int const *, |
54 Value const *) |
62 Value const *) |
55 { |
63 { |