The OplRelaxationIterator type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Attach(IConstraint, Double) |
Attach a constraint ct to a value pref (for preference). After some attachments have been done, only the constraints with attached preferences are taken into account for relaxation.
|
|
|
Attach(IConstraintMap, INumMap) |
Attach a constraint map cts to a value map prefs of preferences. After some attachments have been done only the constraints with attached preferences are taken into account for relaxation.
|
|
|
attach_cpp(IloConstraint, Double) | |
|
|
attach_cpp(IloConstraintMap, IloNumMap) | |
|
|
Dispose | |
|
|
End |
Clears the memory used by this object
|
|
|
Equals |
Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
|
Finalize | (Overrides Object..::..Finalize()()()().) |
|
|
first |
Goes to the first relaxation.
|
|
|
getConstraint |
Returns the relaxed constraint.
Return Valuean [!:IConstraint] object, can be null. |
|
|
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
|
|
getLB |
Returns the lower bound.
Return ValueA num representing the lower bound. |
|
|
getRelaxedLB |
Returns the relaxed lower bound.
Return ValueA num representing the relaxed lower bound. |
|
|
getRelaxedUB |
Returns the relaxed upper bound.
Return ValueA num representing the relaxed upper bound. |
|
|
GetType |
Gets the type of the current instance. (Inherited from Object.) |
|
|
getUB |
Returns the upper bound.
Return ValueA num representing the upper bound. |
|
|
hasNext |
Returns true, if there another relaxation.
Return Valuetrue if there is another relaxation. |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
next |
Goes to the next relaxation.
|
|
|
PrintRelaxation | |
|
|
ToString |
Returns a string that represents the current object. (Inherited from Object.) |