Skip to content

MaxDestroyerEvents aka Partial Multihistories

Latest
Compare
Choose a tag to compare
@maxitg maxitg released this 17 Mar 20:48
· 31 commits to master since this release
daaa3c7

This release introduces "MaxDestroyerEvents" stopping condition to WolframModel. It allows one to generate partial multihistories (local multiway systems), which are intermediate between "GlobalMultiway" and "MultiwaySpacelike" event selection functions:

In[] := WolframModel[
    {{1, 2}, {2, 3}} -> {{1, 3}},
    Partition[Range[10], 2, 1],
    <|"MaxDestroyerEvents" -> 2|>,
    "EventSelectionFunction" -> "MultiwaySpacelike"][
  "ExpressionsEventsGraph", VertexLabels -> Automatic]

image

Kudos to @daneelsan for implementing this feature!