The OplConflictIterator type exposes the following members.

Methods

  Name Description
Public method Attach(IloConstraint, Double)
Public method Attach(IloConstraintMap, IloNumMap)
Public method clearAttachements
Clear all previously attached constraints.
Public method Dispose
Public method End
Clears the memory used by this object
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method excludeConflict
Excludes the current conflict and find next. This allows to iterate more conflicts. The currently conflicting constraints will be excluded from next conflict refinement.
Protected method Finalize (Overrides Object..::..Finalize()()()().)
Public method first
Goes to the first in conflict.
Public method getExtractable
Returns the extractable in conflict.

Return Value

The [!:IExtractable] in conflict.

Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method getStatus
Returns the CPLEX status of the conflict.

Return Value

An integer to indicate the status of conflict.

Public method GetType
Gets the type of the current instance.
(Inherited from Object.)
Public method hasNext
Returns true, if there another conflict.

Return Value

true if there is another relaxation.

Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method next
Goes to the next conflict.
Public method PrintConflict
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)

See Also