Macaulay2 Engine
Loading...
Searching...
No Matches

◆ rawAlexanderDual()

const MonomialIdeal * rawAlexanderDual ( const MonomialIdeal * I,
const M2_arrayint top,
int strategy )

Definition at line 413 of file monomial-ideal.cpp.

416{
417 try
418 {
419 MonomialIdeal *result = alexDual(I, top, strategy);
421 return result;
422 } catch (const exc::engine_error& e)
423 {
424 ERROR(e.what());
425 return nullptr;
426 }
427}
Engine-side monomial ideal: a decision tree of Nmi_nodes storing the (typically minimal) generators b...
Definition monideal.hpp:136
void intern_monideal(MonomialIdeal *G)
Definition finalize.cpp:55
const int ERROR
Definition m2-mem.cpp:55
VALGRIND_MAKE_MEM_DEFINED & result(result)
static MonomialIdeal * alexDual(const MonomialIdeal *I, const M2_arrayint top, int strategy)

References alexDual(), ERROR, intern_monideal(), and result().