Macaulay2 » Documentation
Packages » Macaulay2Doc » The Macaulay2 language » hash tables » HashTable » OptionTable » OptionTable ++ OptionTable
next | previous | forward | backward | up | index | toc

OptionTable ++ OptionTable

Description

Alternatively, y can be a list of options.

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

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

o1 : OptionTable

See also

Ways to use this method:


The source of this document is in Macaulay2Doc/ov_methods.m2:503:0.