parent
d11378bf2c
commit
140a5211a8
23 changed files with 55 additions and 13 deletions
Binary file not shown.
@ -1 +1 @@ |
||||
Subproject commit be68a16d8e0763b22aa4b258ae7dfb37624f9ba5 |
||||
Subproject commit 7f64b1ede2c00fe3e314166b8f57cd2c4e5b9ab4 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@ |
||||
Subproject commit 7d8b5d383460d83e0cc5ca300599c372ed7329f2 |
Binary file not shown.
Binary file not shown.
@ -0,0 +1,21 @@ |
||||
/************* |
||||
Schur |
||||
*************/ |
||||
|
||||
vocabulary V { |
||||
type number isa int |
||||
type partition isa int |
||||
maxNumber : number |
||||
|
||||
inPartition(number, partition) |
||||
} |
||||
|
||||
theory T:V { |
||||
!n [number]: n < maxNumber. |
||||
} |
||||
|
||||
structure S:V { |
||||
maxNumber = 70 |
||||
} |
||||
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue