maxitg / SetReplace

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

Fix Multiset to WolframModelEvolutionObject for "Complete" termination reason #633

Closed maxitg closed 3 years ago

maxitg commented 3 years ago

Changes

Examples

In[] := SetReplaceTypeConvert[{WolframModelEvolutionObject, 2}] @
   GenerateMultihistory[
         MultisetSubstitutionSystem[{a_, b_} :> {a + b}],
         {"MaxGeneration" -> 1, "MaxEventInputs" -> 2},
         None,
         EventOrderingFunctions[MultisetSubstitutionSystem],
         {}] @
      {1, 2, 3}
image

This change is Reviewable