@eagleoutice/flowr - v2.13.14
    Preparing search index...

    A multi-value abstract domain as a (partial) product domain that combines multiple abstract domains. The Bottom element is defined as mapping every sub abstract domain to Bottom and the Top element is defined as having no sub abstract domain value.

    MultiValueStateDomain for a state abstract domain of a multi-value domain

    Type Parameters

    • Product extends AbstractProduct

      Type of the abstract product of the multi-value domain combining multiple abstract values

    Hierarchy (View Summary)

    Index
    _value: Product
    domain: Required<Product>
    reductions: readonly ProductReduction<Product>[]