In this case, the only available strategy is similar to the Eisenbud-Huneke-Vasconcelos strategy and is implemented by Justin Chen. Optionally, it is possible to specify the strategy for finding the embedded components by passing
Strategy => Hybrid{strategy for getEmbeddedComponents}
where the strategy is one of "Hom", "Sat", or "Res". See primaryDecomposition(Module) for more information.
In this case, the strategy option value should be one of the following:
The strategies are implemented as hooks, meaning that each strategy is attempted in the reverse order in which it was added until one is successful.
|
This strategy only works for monomial ideals, and is automatically used for such ideals. See the chapter on "Monomial Ideals" in the Macaulay2 book.
|
|
|
See Direct methods for primary decomposition by Eisenbud, Huneke, and Vasconcelos, Invent. Math. 110, 207-235 (1992).
|
This strategy is the default for non-monomial ideals. See Localization and Primary Decomposition of Polynomial ideals by Shimoyama and Yokoyama, J. Symb. Comp. 22, 247-277 (1996).
|
Uses a hybrid of the Eisenbud-Huneke-Vasconcelos and Shimoyama-Yokoyama strategies. To use this strategy, the field Strategy should be a list of two integers, indicating the strategy to use for finding associated primes and localizing, respectively.
Warning: Setting the second parameter to 1 works only if the ideal is homogeneous and equidimensional.
|
|
|
|
|
|
The source of this document is in PrimaryDecomposition/doc.m2:750:0.