Overload List

  NameDescription
Public methodRemove(Cplex..::..Aborter)
Removes the specified aborter from the invoking object.
Public methodRemove(Cplex..::..Callback)
Remove a callback that was previously registered by Use(Callback).
Public methodRemove(IAddable)
Removes object from the invoking model.
(Inherited from CplexModeler.)
Public methodRemove(array<IAddable>[]()[][])
Removes the array of objects from the invoking model.
(Inherited from CplexModeler.)
Public methodRemove(array<IAddable>[]()[][], Int32, Int32)
Removes part of the array of objects from the invoking model, starting with the index start and continuing to the number of objects specified by num.
(Inherited from CplexModeler.)

See Also