matmod/README.md

13 lines
352 B
Markdown
Raw Normal View History

2024-05-03 13:06:52 -04:00
# Matmod: Matrix Model Generator for Implicative Connectives
This repository is mostly an experiment to help
me better understand matrix models.
You're likely better off using [arranstewart/magic](https://github.com/arranstewart/magic).
2024-05-29 15:34:39 -04:00
We support output from magic using the ugly data format.
```
python3 parse_magic.py < UGLY_FILE_FROM_MAGIC
```