additive#
Module for the AdditiveAsset class.
It represents a numeric asset where the aggregation is the sum of the assets. It provides the interface for the basic algebraic functions between assets:
aggregate: Aggregate the assets into a single asset via summation.
satisfies: Check if the asset contains another asset.
is_consistent: Check if the asset belongs to the interval [lower_bound, upper_bound].
Classes
AdditiveAsset represents a numeric asset where the aggregation is additive. |