Module biodivine_sketchbook::algorithms::eval_dynamic::_attractors::itgr

source ยท
Expand description

Interleaved transition guided reduction quickly eliminates most non-attractor states. Interleaved transition guided reduction algorithm.

Implements interleaved transition guided reduction. This technique does not remove all non-attractor states, but can very significantly prune the state space in a very reasonable amount of time.

Modulesยง

Structsยง

  • BwdProcess ๐Ÿ”’
    (internal) Basic backward reachability process.
  • (internal) Computes the extended component of a forward-reachable set.
  • FwdProcess ๐Ÿ”’
    (internal) Basic forward reachability process.
  • ReachableProcess ๐Ÿ”’
    (internal) Computes the set of vertices reachable from states that can perform var_post.
  • Scheduler ๐Ÿ”’
    (internal) Scheduler manages work divided into Processes. It keeps a universe of unprocessed vertices and a list of remaining active variables.

Traitsยง

  • Process ๐Ÿ”’
    (internal) A process trait is a unit of work that is managed by a Scheduler. Process has a weight that approximates how symbolically hard is to work with its intermediate representation.

Functionsยง