Overload List

  Name Description
Public method Remove(IIntervalVar)
Removes extractable extr from the invoking solution. If the invoking solution does not contain extr, it throws an instance of IloException.
Public method Remove(array<IIntervalVar>[]()[][])
Removes each element of array from the invoking solution. If the invoking solution does not contain all elements of array, the member function throws an instance of IloException.
Public method Remove(IIntVar)
Removes extr from the invoking solution. If the invoking solution does not contain extr, the member function throws an instance of IloException.
Public method Remove(array<IIntVar>[]()[][])
Removes each element of extr from the invoking solution. If the invoking solution does not contain all elements of extr, it throws an instance of IloException.

See Also