|
Reset a math program instance in the solver.
virtual void Reset() = 0;
The Reset method has no return value.
The Reset method should remove the problem object that corresponds with the math program instance from the solver environment and free the associated dynamically allocated memory chunks. This method is called when AIMMS has no need for further access to the math program instance.