NO FRAMES

operator==

public IloConstraint operator==(const IloAnyVar var1, const IloAnyVar var2)
public IloConstraint operator==(const IloAnyVar var1, IloAny val)
public IloConstraint operator==(IloAny val, const IloAnyVar var1)
public IloConstraint operator==(const IloAnySetVar var1, const IloAnySetVar var2)
public IloConstraint operator==(const IloAnySetVar var1, const IloAnySet set)
public IloConstraint operator==(const IloAnySet set, const IloAnySetVar var1)
public IloConstraint operator==(const IloIntSetVar var1, const IloIntSetVar var2)
public IloConstraint operator==(const IloIntSetVar var1, const IloIntSet set)
public IloConstraint operator==(const IloIntSet set, const IloIntSetVar var)
Definition file: ilconcert/iloany.h

This overloaded C++ operator constrains its two arguments to be equal. In order to be taken into account, this constraint must be added to a model and extracted for an algorithm.


operator==

public IloBool operator==(const IloIntervalList intervals1, const IloIntervalList intervals2)
Definition file: ilconcert/ilointervals.h
Returns IloTrue for same interval lists. same.

This operator returns IloTrue if the interval lists are the same. That is, IloTrue is returned if they have the same definition interval and if they contain the same intervals. Note that it compares the content of the interval lists as well as the equality of implementation pointer. See also IloIntervalList.


operator==

public IloBool operator==(const IloNumToAnySetStepFunction f1, const IloNumToAnySetStepFunction f2)
Definition file: ilconcert/ilosetfunc.h
overloaded operator.

This operator returns IloTrue if the functions are the same. That is, IloTrue is returned if they have the same definition interval and if they have the same value over time. Note that it compares the content of the functions as well as the equality of implementation pointer. See also: IloNumToAnySetStepFunction.


operator==

public IloBool operator==(const IloNumToNumStepFunction f1, const IloNumToNumStepFunction f2)
Definition file: ilconcert/ilonumfunc.h
Overloaded operator tests equality of numeric functions.

This operator returns IloTrue if the functions f1 and f2 are the same. That is, IloTrue is returned if they have the same definition interval and if they have the same value over time. Note that it compares the content of the functions as well as the equality of implementation pointer. See also: IloNumToNumStepFunction.