ContentsIndexHome
PreviousUpNext
ISolverMathProgramInstance::Delete Method

Delete a math program instance from the solver.

virtual void Delete() = 0;

The Delete method has no return value.

The Delete method deletes the mathematical program instance. It should remove the problem object that corresponds with it from the solver environment and free the associated dynamically allocated memory chunks.

Copyright © 1993–2016 by AIMMS B.V. All rights reserved.