| 342 | } |
| 343 | |
| 344 | virtual void deleteBuffers() |
| 345 | { |
| 346 | CBiteOptBase :: deleteBuffers(); |
| 347 | |
| 348 | delete[] y; |
| 349 | delete[] x2; |
| 350 | } |
| 351 | |
| 352 | /** |
| 353 | * Function finds the highest-cost vector. |
nothing calls this directly
no outgoing calls
no test coverage detected