Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 894 Bytes

File metadata and controls

18 lines (13 loc) · 894 Bytes

Plots of Events

The plotting function corresponding to "AllEventsStatesList" is more interesting than the other ones. "EventsStatesPlotsList" plots not only the states, but also the events that produced them:

In[] := WolframModel[{{1, 2, 3}, {4, 5, 6}, {1, 4}} ->
  {{2, 7, 8}, {3, 9, 10}, {5, 11, 12}, {6, 13, 14}, {8, 12}, {11,
    10}, {13, 7}, {14, 9}},
 {{1, 1, 1}, {1, 1, 1}, {1, 1}, {1, 1}, {1, 1}},
 3, "EventsStatesPlotsList"]

Here the dotted gray edges are the ones about to be deleted, whereas the red ones have just been created.