Overload List

  Name Description
Public method EndBeforeEnd(IIntervalVar, IIntervalVar)
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-end(a)between the end of interval a and the end of interval b must be greater than or equal to 0. You must add this constraint to a model and extract the model for an algorithm in order for it to be taken into account.
Public method EndBeforeEnd(IIntervalVar, IIntervalVar, IIntExpr)
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-end(a)between the end of interval a and the end of interval b must be greater than or equal to z. You must add this constraint to a model and extract the model for an algorithm in order for it to be taken into account.
Public method EndBeforeEnd(IIntervalVar, IIntervalVar, Int32)
This method returns a constraint that states that whenever both interval variables a and b are present, the distance end(b)-end(a)between the end of interval a and the end of interval b must be greater than or equal to z. You must add this constraint to a model and extract the model for an algorithm in order for it to be taken into account.

See Also