|
| Name | Description |
|---|
 | SetAnnotation(Cplex..::..DoubleAnnotation, array<IAddable>[]()[][], array<Double>[]()[][]) |
Sets the annotation values for an array of objects.
|
 | SetAnnotation(Cplex..::..DoubleAnnotation, IConstraint, Double) |
Sets the annotation value for a constraint.
|
 | SetAnnotation(Cplex..::..DoubleAnnotation, IIntVar, Double) |
Sets the annotation value for an instance of IIntVar.
|
 | SetAnnotation(Cplex..::..DoubleAnnotation, INumVar, Double) |
Sets the annotation value for an instance of INumVar.
|
 | SetAnnotation(Cplex..::..DoubleAnnotation, IObjective, Double) |
Sets the annotation value for an objective.
|
 | SetAnnotation(Cplex..::..LongAnnotation, array<IAddable>[]()[][], array<Int64>[]()[][]) |
Sets the annotation values for an array of objects.
|
 | SetAnnotation(Cplex..::..LongAnnotation, IConstraint, Int64) |
Sets the annotation value for a constraint.
|
 | SetAnnotation(Cplex..::..LongAnnotation, IIntVar, Int64) |
Sets the annotation value for an instance of IIntVar.
|
 | SetAnnotation(Cplex..::..LongAnnotation, INumVar, Int64) |
Sets the annotation value for an instance of INumVar.
|
 | SetAnnotation(Cplex..::..LongAnnotation, IObjective, Int64) |
Sets the annotation value for an objective.
|