Expand description

Structs and utilities regarding dynamic properties.

Modules§

Structs§

  • Variant of DynProperty requiring that the number of attractors falls into the range <minimal, maximal>.
  • A typesafe representation wrapping various kinds of dynamic properties. Each property has a name and field variant encompassing inner data.
  • Variant of DynProperty requiring existence of a fixed point corresponding to a particular observation of a particular dataset.
  • Variant of DynProperty requiring existence of a trajectory between observations of a particular dataset (in a given order).
  • Variant of DynProperty requiring existence of a trap space corresponding to a particular observation of a particular dataset. Optionally, the required trap space might be required to be minimal or non-percolable.
  • Variant of DynProperty requiring that a particular HCTL formula is satisfied. The struct carries the user-provided raw_formula string, as well as its processed internal version processed_formula.
  • Variant of DynProperty requiring one of the following (depending on whether observation is specified or not):
  • A typesafe representation of a HCTL formula used in dynamic properties.

Enums§

  • Enum covering all variants of dynamic properties and their necessary data.
  • Enum covering all variants of dynamic properties (only discriminants, no data).

Functions§