Creates and returns an empty minimization objective function.
Namespace: ILOG.Concert
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
IObjective Minimize( string name ) |
| Visual Basic |
|---|
Function Minimize ( _ name As String _ ) As IObjective |
Parameters
- name
- Type: System..::..String
The name assigned to the new objective.
Return Value
The new zero minimization objective.
Remarks
This method creates and returns an IObjective object representing a minimization objective function with a zero expression. The new IObjective object is assigned name as its name. This method is typically used in an application that applies column-wise modeling to fill in the objective function while creating the variables.