@@ -12,7 +12,7 @@ In[] := #["ExpressionsEventsGraph", VertexLabels -> Placed[Automatic, After]] &
1212
1313<img src="/Documentation/Images/MaxDestroyerEvents1.png"
1414 width="322.2"
15- alt="Out[ ] = ... {1, 2} -> {3 (* gen 1 * )}, {3 (* init * ), 3 (* gen 1 * )} -> 6 ...">
15+ alt="Out[ ] = Graph [ ... {1, 2} -> {3 (* gen 1 * )}, {3 (* init * ), 3 (* gen 1 * )} -> 6 ...] ">
1616
1717If unset (which defaults to [ ` Infinity ` ] ( https://reference.wolfram.com/language/ref/Infinity.html ) ), it will generate a
1818full multihistory object subject to other selection and stopping parameters:
@@ -26,7 +26,7 @@ In[] := #["ExpressionsEventsGraph", VertexLabels -> Placed[Automatic, After]] &
2626
2727<img src="/Documentation/Images/MaxDestroyerEventsInfinity.png"
2828 width="478.2"
29- alt="Out[ ] = ... {1, 2} -> {3 (* 1 + 2 * )}, {2, 1} -> {3 (* 2 + 1 * )}, {1, 3 (* init * )} -> {4}, <<3>> ...">
29+ alt="Out[ ] = Graph [ ... {1, 2} -> {3 (* 1 + 2 * )}, {2, 1} -> {3 (* 2 + 1 * )}, {1, 3 (* init * )} -> {4}, <<3>> ...] ">
3030
3131If set to a finite number, it will generate a partial multihistory:
3232
@@ -38,6 +38,6 @@ In[] := #["ExpressionsEventsGraph", VertexLabels -> Placed[Automatic, After]] &
3838
3939<img src="/Documentation/Images/MaxDestroyerEvents5.png"
4040 width="478.2"
41- alt="Out[ ] = ... token-event graph containing tokens with out degrees up to 5 ...">
41+ alt="Out[ ] = Graph [ ... token-event graph containing tokens with out degrees up to 5 ...] ">
4242
4343Note that results generally depend on the event order in this case, similar to single histories.
0 commit comments