changeset 1798 | 8b91105d5374 |
parent 1787 | 932b8490caf0 |
child 1840 | 173b53b28d7c |
7:b047beeaf65e | 8:3d5c9555d8b4 |
---|---|
269 } |
269 } |
270 |
270 |
271 LpCplex::Value LpCplex::_getDual(int i) |
271 LpCplex::Value LpCplex::_getDual(int i) |
272 { |
272 { |
273 Value y; |
273 Value y; |
274 CPXgety(env, lp, &y, i, i); |
274 CPXgetpi(env, lp, &y, i, i); |
275 return y; |
275 return y; |
276 } |
276 } |
277 |
277 |
278 LpCplex::Value LpCplex::_getPrimalValue() |
278 LpCplex::Value LpCplex::_getPrimalValue() |
279 { |
279 { |