package mopsa

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Abstraction.PartitioningSource

Signature of partitioning domains. * * A partitioning domain lifts a domin D into a map K -> D, where K is the set * of partitioning keys. K should verify the following conditions: * - finite, * - defines a total order and * - there is no intersection between every pair of distinct keys. * * For the moment, we don't support modifying the partitioning keys during * lattice operation (join, meet and widening) * * BEWARE: partitioning during evaluations and reduced product is *NOT SUPPORTED AND UNSOUND*: * https://gitlab.com/mopsa/mopsa-analyzer/-/merge_requests/130#note_1833582309

Sourcemodule type PARTITIONING = sig ... end
Sourceval domains : (module PARTITIONING) list Stdlib.ref
Sourceval register_partitioning : (module PARTITIONING) -> unit
Sourceval find_partitioning : string -> (module PARTITIONING)
Sourceval mem_partitioning : string -> bool
Sourceval partitioning_names : unit -> string list
OCaml

Innovation. Community. Security.