Value at origin
For many models and properties, it is common in DNC to assume . However, this assumption does not hold in general, and the result of many operations must be adjusted to enforce this.
In Nancy, these operations are implemented to follow their algebraic definition. Enforcing properties like this is instead left to the user, with dedicated operators.
The method WithZeroOrigin implements the operator, which is defined as .
This ensures that if , but it will do nothing if .
The methods WithOriginAt and WithOriginRightContinuous will instead enforce the given value regardless of the current .
Deconvolution​
We often have , which is also suggested by the property .
On the other hand, the deconvolution is also used to compute an output arrival curve, in which case the is highly desirable. It is important, then, to write it as .
Using arrival curves with can result in surprising changes in the following computations.
Negative residual service curves​
Work [HCS24] introduced the use of negative (min,+) service curves, in particular for residual service curves where service is not guaranteed unless minimal arrival curves are available.
The negative service curves usually come out of subtraction between the (min,+) service curve provided by a server to the aggregate flow and the arrival curve of a cross flow . Since both are 0 in 0, the result will also be 0 in 0, even though the following is not.
TODO: add a figure as example