next | previous | forward | backward | up | top | index | toc | Macaulay2 web site

OptionTable ++ OptionTable

Synopsis

Description

Alternatively, y can be a list of options.

i1 : options res ++ { Alpha => Omega }

o1 = OptionTable{Alpha => Omega                }
                 DegreeLimit => null
                 HardDegreeLimit => {}
                 LengthLimit => infinity
                 PairLimit => infinity
                 SortStrategy => 0
                 StopBeforeComputation => false
                 Strategy => null
                 SyzygyLimit => infinity

o1 : OptionTable

See also