| 297 | } |
| 298 | |
| 299 | void CostFunctionManager::computeMultipliers() |
| 300 | { |
| 301 | _tableau->backwardTransformation( _basicCosts, _multipliers ); |
| 302 | } |
| 303 | |
| 304 | void CostFunctionManager::computeReducedCosts() |
| 305 | { |
nothing calls this directly
no test coverage detected