NetCal / DNC

The NetworkCalculus.org Deterministic Network Calculator
http://dnc.networkcalculus.org
GNU Lesser General Public License v2.1
25 stars 23 forks source link

Clarify capabilities of code by separation in according packages #65

Closed sbondorf closed 5 years ago

sbondorf commented 5 years ago

Before version 2.2.5, the deconvolution implementation was falsely assumed to be capable of deconvolving any piecewise linear curves. The new implementation provided with v2.2.5 restricts the implementation to convex or (almost) concave, (almost) continuous functions defined by

Moreover, computation of bounds was in a package called pwaffine. While this is true for most of the bound implementations in it, the output bound is based on the deconvolution and thus inherits its restrictions. Therefore, all the suffixes to the bound package were dropped to not indicate any restriction or generality.