|
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.