equal
deleted
inserted
replaced
76 |
76 |
77 void LpSkeleton::_setColLowerBound(int, Value) |
77 void LpSkeleton::_setColLowerBound(int, Value) |
78 { |
78 { |
79 } |
79 } |
80 |
80 |
|
81 LpSkeleton::Value LpSkeleton::_getColLowerBound(int) |
|
82 { |
|
83 return 0; |
|
84 } |
|
85 |
81 void LpSkeleton::_setColUpperBound(int, Value) |
86 void LpSkeleton::_setColUpperBound(int, Value) |
82 { |
87 { |
|
88 } |
|
89 |
|
90 LpSkeleton::Value LpSkeleton::_getColUpperBound(int) |
|
91 { |
|
92 return 0; |
83 } |
93 } |
84 |
94 |
85 // void LpSkeleton::_setRowLowerBound(int, Value) |
95 // void LpSkeleton::_setRowLowerBound(int, Value) |
86 // { |
96 // { |
87 // } |
97 // } |
89 // void LpSkeleton::_setRowUpperBound(int, Value) |
99 // void LpSkeleton::_setRowUpperBound(int, Value) |
90 // { |
100 // { |
91 // } |
101 // } |
92 |
102 |
93 void LpSkeleton::_setRowBounds(int, Value, Value) |
103 void LpSkeleton::_setRowBounds(int, Value, Value) |
|
104 { |
|
105 } |
|
106 |
|
107 void LpSkeleton::_getRowBounds(int, Value&, Value&) |
94 { |
108 { |
95 } |
109 } |
96 |
110 |
97 void LpSkeleton::_setObjCoeff(int, Value) |
111 void LpSkeleton::_setObjCoeff(int, Value) |
98 { |
112 { |