Reads filters from a specified file and associates them with the solution pool.

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

Syntax

C#
public virtual Cplex..::..FilterIndex[] ReadFilters(
	string filename
)
Visual Basic
Public Overridable Function ReadFilters ( _
	filename As String _
) As Cplex..::..FilterIndex()

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