MCPcopy Create free account
hub / github.com/avaneev/biteopt / deleteBuffers

Method deleteBuffers

nmsopt.h:344–350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected