Macaulay2 » Documentation
Packages » PruneComplex :: pruneComplex(...,Strategy=>...)
next | previous | forward | backward | up | index | toc

pruneComplex(...,Strategy=>...) -- Whether to use the methods in the package or C++ algorithms in the engine

Description

Possible values:

null: use the algorithms written using the Macaulay2 language;

Engine: use the algorithms implemented using C++ in the Engine (version 1.11 and up).

For optional inputs, the Engine algorithms only support PruningMap, "left" or "right" as Direction, and isUnit or isScalar as UnitTest.

Advanced users can implement their own strategies in packages/PruneComplex.m2 and run pruneComplex using the Strategy => null option.

Further information

See also

Functions with optional argument named Strategy :