maxitg / SetReplace

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

Fix for disappearing Around #663

Closed maxitg closed 2 years ago

maxitg commented 2 years ago

Changes

Examples

$ ./performanceTest.wls master HEAD 2
Testing 811551cb72de921652430003f56fcf25e4a8f185

Testing 19264e2884d6d3cc6831c1fcce2941225f7d217c

Single-input rule                       1 ± 0 %
Medium rule                             1 ± 0 %
Sequential rule                         1 ± 0 %
Large rule                              1 ± 0 %
Exponential-match-count rule            1 ± 0 %
CA emulator                             1 ± 0 %
Multiset addition                       1 ± 0 %

This change is Reviewable

maxitg commented 2 years ago

Another issue could appear if the old timing is identically zero, so I added that case as well.