Deletes a range of solutions from the solution pool.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public virtual void DelSolnPoolSolns(
	int start,
	int num
)
Visual Basic
Public Overridable Sub DelSolnPoolSolns ( _
	start As Integer, _
	num As Integer _
)

Parameters

start
Type: System..::..Int32
The index of the first solution which is to be deleted from the solution pool.
num
Type: System..::..Int32
The number of consecutive solutions which are to be deleted from the solution pool.

Remarks

ILOG.Concert.Exception If the method fails, an exception of type ILOG.Concert.Exception, or one of its derived classes, is thrown.

See Also