maxitg / SetReplace

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

Apple ARM support #651

Closed maxitg closed 3 years ago

maxitg commented 3 years ago

Changes

Comments

Tests

To check an architecture and mark the checkbox, evaluate:

PacletUninstall["SetReplace"];
Quit;
PacletInstall["path_to_built_paclet_in_CI"];
<< SetReplace`;
WolframModel[{{1, 2}} -> {{1, 3}, {1, 3}, {3, 2}}, {{1, 1}}, 4, "FinalStatePlot", Method -> "LowLevel"]

This change is Reviewable