







|
| Optimization Framework |
| CplexSolver..::..ClearLastModel Method |
| CplexSolver Class See Also Send Feedback |
Deletes the internal datastructures of this solver instance.
Namespace: Optimization.Solver.Cplex
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
| C# |
|---|
public void ClearLastModel() |
| Visual Basic |
|---|
Public Sub ClearLastModel |
| Visual C++ |
|---|
public: virtual void ClearLastModel() sealed |
Implements
ISolver..::..ClearLastModel()()()()
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | If this solver instance is busy. |
