mirror of
https://github.com/Brandon-Rozek/matmod.git
synced 2024-11-20 21:56:29 -05:00
564 B
564 B
Example Ugly Data Format Files
These are example files that you can use with the parse_magic.py
script.
R6
Contains all models of R up to size 6.
R4-MN
Contains all models of a fragment of R without negation up to size 4.
R3-PN
Extends R to have necessitation with the following additional axioms:
- p / !p
- !(p -> q) -> (!p -> !q)
- (!p & !q) -> !(p & q)
Output contains all satisfiable models up to size 3.
R5-S5
Extends R with axioms that classically are adequate for S5 giving rise to an R-ish version of S5 with necessitation.