mirror of
https://github.com/Brandon-Rozek/matmod.git
synced 2024-11-20 21:56:29 -05:00
Added example fragment without negation
This commit is contained in:
parent
012323bcbc
commit
5f3825cf72
2 changed files with 35 additions and 0 deletions
32
examples/R4-MN
Normal file
32
examples/R4-MN
Normal file
|
@ -0,0 +1,32 @@
|
|||
0 1 1 1 1 1 0 0
|
||||
1
|
||||
1 1 0 1
|
||||
0 1
|
||||
1 1 0 1 -1
|
||||
-1
|
||||
-1
|
||||
2
|
||||
1 1 1 0 1 1 0 0 1
|
||||
0 1 1
|
||||
2 2 2 0 1 2 0 0 2 -1
|
||||
0 0 1
|
||||
2 2 2 0 2 2 0 1 2 -1
|
||||
-1
|
||||
-1
|
||||
3
|
||||
1 1 1 1 0 1 0 1 0 0 1 1 0 0 0 1
|
||||
0 1 0 1
|
||||
3 3 3 3 0 1 2 3 0 0 1 3 0 0 0 3 3 3 3 3 0 1 2 3 0 0 3 3 0 0 2 3 -1
|
||||
0 0 0 1
|
||||
3 3 3 3 2 3 2 3 1 1 3 3 0 1 2 3 -1
|
||||
-1
|
||||
1 1 1 1 0 1 1 1 0 0 1 1 0 0 0 1
|
||||
0 1 1 1
|
||||
3 3 3 3 0 1 2 3 0 0 1 3 0 0 0 3 3 3 3 3 0 1 2 3 0 0 2 3 0 0 0 3 -1
|
||||
0 0 1 1
|
||||
3 3 3 3 0 2 2 3 0 1 2 3 0 0 0 3 3 3 3 3 0 3 3 3 0 1 2 3 0 1 1 3 -1
|
||||
0 0 0 1
|
||||
3 3 3 3 0 3 3 3 0 1 3 3 0 1 2 3 -1
|
||||
-1
|
||||
-1
|
||||
-1
|
|
@ -6,3 +6,6 @@ These are example files that you can use with the `parse_magic.py` script.
|
|||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue