Macaulay2 » Documentation
Packages » WeierstrassSemigroups :: toDoList
next | previous | forward | backward | up | index | toc

toDoList -- Make a list of semigroups not previously known to be Weierstrass

Description

i1 : LL8=toDoList 8

o1 = {{6, 7, 9, 17}, {6, 7, 8, 17}, {6, 8, 9, 11}, {6, 8, 9, 10}, {6, 8, 10,
     ------------------------------------------------------------------------
     11, 13}, {7, 8, 9, 10, 13}, {7, 8, 9, 11, 12}, {7, 8, 9, 10, 12}, {7, 8,
     ------------------------------------------------------------------------
     9, 10, 11}}

o1 : List
i2 : #LL8

o2 = 9
i3 : LL610=toDoList(6,9)

o3 = {{6, 8, 10, 15, 17, 19}, {6, 8, 9, 19}, {6, 9, 10, 13, 17}, {6, 9, 10,
     ------------------------------------------------------------------------
     11}, {6, 8, 11, 13}, {6, 7, 11, 16}, {6, 8, 10, 13, 17}, {6, 8, 10, 11},
     ------------------------------------------------------------------------
     {6, 9, 11, 13, 14}, {6, 7, 11, 15}, {6, 9, 10, 13, 14}, {6, 8, 10, 13,
     ------------------------------------------------------------------------
     15}}

o3 : List
i4 : #LL610

o4 = 12

Ways to use toDoList:

  • toDoList(ZZ)
  • toDoList(ZZ,ZZ)

For the programmer

The object toDoList is a method function.


The source of this document is in WeierstrassSemigroups.m2:3264:0.