Classes
AlternativeExpression(args)
AlternativeExpression
Expression over IntervalVars representing that if the first arg is present, then exactly one of the following args must be present.
SpanExpression(args)
SpanExpression
Expression over IntervalVars representing that the first arg spans all the following args in the schedule.
SynchronizeExpression(args)
SynchronizeExpression
Expression over IntervalVars synchronizing the first argument with all of the following arguments.
Functions
alternative(*args)
alternative
Creates a new AlternativeExpression
spans(*args)
spans
Creates a new SpanExpression
synchronize(*args)
synchronize
Creates a new SynchronizeExpression