Creates and returns a column from the specified objective and value.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual Column Column( IObjective obj, double val ) |
| Visual Basic |
|---|
Public Overridable Function Column ( _ obj As IObjective, _ val As Double _ ) As Column |