Module biodivine_sketchbook::sketchbook::properties::dynamic_props
source · Expand description
Structs and utilities regarding dynamic properties.
Modules§
- (internal) Definition and methods for
DynProperty
. - (internal) Definition and methods for
HctlFormula
. - (internal) Variants of dynamic properties.
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 fieldvariant
encompassing inner data. - Variant of
DynProperty
requiring existence of a fixed point corresponding to a particularobservation
of a particulardataset
. - Variant of
DynProperty
requiring existence of a trajectory between observations of a particulardataset
(in a given order). - Variant of
DynProperty
requiring existence of a trap space corresponding to a particularobservation
of a particulardataset
. Optionally, the required trap space might be required to beminimal
ornon-percolable
. - Variant of
DynProperty
requiring that a particular HCTL formula is satisfied. The struct carries the user-providedraw_formula
string, as well as its processed internal versionprocessed_formula
. - Variant of
DynProperty
requiring one of the following (depending on whetherobservation
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§
- Check if two DynPropertyType instances are of the same variant.