source: git/doc/simplexOrbitRepresentativesG25.sing

spielwiese
Last change on this file was dfa25b, checked in by Janko Boehm <boehm@…>, 7 years ago
Example and GAP files for GIT-fan
  • Property mode set to 100644
File size: 630 bytes
Line 
1list simplexOrbitRepresentatives = intvec( 1, 2, 3, 4, 5 ),
2intvec( 1, 2, 3, 5, 6 ),
3intvec( 1, 2, 3, 5, 7 ),
4intvec( 1, 2, 3, 5, 10 ),
5intvec( 1, 2, 3, 7, 9 ),
6intvec( 1, 2, 6, 9, 10 ),
7intvec( 1, 2, 3, 4, 5, 6 ),
8intvec( 1, 2, 3, 4, 5, 10 ),
9intvec( 1, 2, 3, 5, 6, 8 ),
10intvec( 1, 2, 3, 5, 6, 9 ),
11intvec( 1, 2, 3, 5, 7, 10 ),
12intvec( 1, 2, 3, 7, 9, 10 ),
13intvec( 1, 2, 3, 4, 5, 6, 7 ),
14intvec( 1, 2, 3, 4, 5, 6, 8 ),
15intvec( 1, 2, 3, 4, 5, 6, 9 ),
16intvec( 1, 2, 3, 5, 6, 9, 10 ),
17intvec( 1, 2, 3, 4, 5, 6, 7, 8 ),
18intvec( 1, 2, 3, 4, 5, 6, 9, 10 ),
19intvec( 1, 2, 3, 4, 5, 6, 7, 8, 9 ),
20intvec( 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 );
Note: See TracBrowser for help on using the repository browser.