Writes the filters associated with the solution pool to the specified file.

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

Syntax

C#
public virtual void WriteFilters(
	string filename
)
Visual Basic
Public Overridable Sub WriteFilters ( _
	filename As String _
)

Parameters

filename
Type: System..::..String

Remarks

For more detail about the format of files containing filters for the solution pool, see the topic FLT in the CPLEX File Formats Reference Manual.

See Also