Writes the annotation of the decompostion CPLEX automatically generates
for the model of the CPLEX problem object to the specified file.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual void WriteBendersAnnotation( string filename ) |
| Visual Basic |
|---|
Public Overridable Sub WriteBendersAnnotation ( _ filename As String _ ) |
Parameters
- filename
- Type: System..::..String
Name of output file.
Remarks
Throws ILOG.Concert.Exception if file cannot be written or there is no automatic
Benders decomposition.