package mopsa

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

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

module type PARTITIONING = sig ... end
val domains : (module PARTITIONING) list ref
val register_partitioning : (module PARTITIONING) -> unit
val find_partitioning : string -> (module PARTITIONING)
val mem_partitioning : string -> bool
val partitioning_names : unit -> string list
type Core.All.query +=
  1. | Q_partition_predicate : Mopsa_utils.Location.range -> ('a0, Core.All.expr) Core.All.query
OCaml

Innovation. Community. Security.