maxitg / SetReplace

C++/Wolfram Language package for exploring set and graph rewriting systems
MIT License
219 stars 45 forks source link

AtomicStateSystem #639

Closed maxitg closed 3 years ago

maxitg commented 3 years ago

Changes

Comments

Examples

In[] := #["ExpressionsEventsGraph", VertexLabels -> Placed[Automatic, After]] & @
  SetReplaceTypeConvert[{WolframModelEvolutionObject, 2}] @
    GenerateMultihistory[AtomicStateSystem[{n_ :> n + 1, n_ :> n - 1}],
                         {"MaxGeneration" -> 4},
                         None,
                         EventOrderingFunctions[AtomicStateSystem],
                         {}] @ 0
image

This change is Reviewable