- Function MINLPSolutionDelete(n)
MINLPSolutionDelete
The procedure MINLPSolutionDelete deletes the solution inside the
AIMMS Outer Approximation solver interface that was previously saved by
a call to MINLPSolutionSave with solution number n.
MINLPSolutionDelete(
n ! (input) integer scalar value
)
Arguments
- n
The solution number corresponding to the solution that has to be deleted. The solution number was passed to
MINLPSolutionSavebefore to label the solution.
Return Value
MINLPSolutionDeletehas no return value.