31 "Compute the Alexander dual of the input ideal.",
32 "Compute the alexander dual of the input monomial ideal.\n\n"
33 "The computation is done using irreducible decomposition, which is why "
35 "a number of options related to that. See the help topic on irrdecom for "
53 vector<mpz_class> point;
66 auto_ptr<BigTermConsumer> output =
void computeAlexanderDual(const vector< mpz_class > &point)
Compute the Alexander dual of the ideal.
static const char * staticGetName()
virtual void obtainParameters(vector< Parameter * > ¶meters)
BoolParameter _printActions
The intention of this class is to describe the different kinds of mathematical structures that Frobby...
void autoDetectInputFormat(Scanner &in)
If using the input format, this must be called before validating the ideals, since the auto detect fo...
void validateFormats() const
virtual void obtainParameters(vector< Parameter * > ¶meters)
auto_ptr< IOHandler > createOutputHandler() const
This class offers an input interface which is more convenient and for some purposes more efficient th...
A facade for operations on monomial ideals using the Slice Algorithm.
void obtainParameters(vector< Parameter * > ¶meters)
SliceParameters _sliceParams
const string & getInputFormat() const
A facade for input and output of mathematical objects.
bool readAlexanderDualInstance(Scanner &in, BigIdeal &ideal, vector< mpz_class > &term)
void validateSplit(const SliceParams ¶ms, bool allowLabel, bool allowDegree)