Brandon-Rozek / matmod

Matrix Model Generator for Implicative Connectives
2 stars 0 forks source link

Match Numbering Scheme to Magics #8

Closed Brandon-Rozek closed 2 months ago

Brandon-Rozek commented 3 months ago

In parse_magic.py currently it numbers the matrices incrementally by one. This makes it hard to debug parse errors when comparing against the original matrices in magic.

Using the same numbering scheme as magic would make this easier

Brandon-Rozek commented 2 months ago

Implemented with Commit a6ca7ff