maxitg / SetReplace

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

Fix Evolution object with multiple numeric arguments leaking internal symbols #470

Closed daneelsan closed 3 years ago

daneelsan commented 3 years ago

Changes

Comments

Examples

In[] := obj = WolframModel[{{1, 2}} -> {{1, 3}, {1, 3}, {3, 2}}, {{1, 1}}];
obj[1, 1]

image


This change is Reviewable