Deletes the designated solution from the solution pool.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual void DelSolnPoolSoln( int soln ) |
| Visual Basic |
|---|
Public Overridable Sub DelSolnPoolSoln ( _ soln As Integer _ ) |
Parameters
- soln
- Type: System..::..Int32
The index of the solution pool member which is to be deleted.
Remarks
ILOG.Concert.Exception If the method fails, an exception
of type ILOG.Concert.Exception, or
one of its derived classes, is thrown.