Overload List

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

See Also