Compare commits
3 Commits
1b1e4a238d
...
182879c0b4
Author | SHA1 | Date |
---|---|---|
|
182879c0b4 | 4 months ago |
|
31ca387f73 | 4 months ago |
|
140a5211a8 | 4 months ago |
24 changed files with 57 additions and 14 deletions
@ -0,0 +1,2 @@ |
||||
Computergrafiek\ Project/graphics_project_21-22-Danacus |
||||
MAS/PacketWorld |
Binary file not shown.
@ -1 +1 @@ |
||||
Subproject commit 738d730a3465de790708d9ae66589576fbc59f5c |
||||
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.
@ -1 +1 @@ |
||||
Subproject commit fc4614f954530d3090d55fc6f33a131cb7616317 |
||||
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