maxitg / SetReplace

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

Managed expression ID in evolution objects #598

Closed maxitg closed 3 years ago

maxitg commented 3 years ago

Changes

Comments

Examples

In[] := KeyTake[WolframModel[{{1, 2}} -> {{1, 3}, {1, 3}, {3, 2}}, {{1, 1}}, 4][[1]],
                {"Version", "LibSetReplaceSet"}]
Out[] = <|"Version" -> 3, "LibSetReplaceSet" -> LibSetReplaceSet[1]|>

This change is Reviewable

maxitg commented 3 years ago

Closing this in favor of the future design from Project Yellowstone.