Overload List
| Name | Description | |
|---|---|---|
|
|
Remove(IIntervalVar) |
Removes extractable extr from the invoking
solution. If the invoking solution does not contain extr,
it throws an instance of IloException.
|
|
|
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.
|
|
|
Remove(IIntVar) |
Removes extr from the invoking
solution. If the invoking solution does not contain extr, the member
function throws an instance of IloException.
|
|
|
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.
|