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]
Kudos to @daneelsan for implementing this feature!