Definition at line 175 of file monomial-ideal.cpp.
178{
179 try
180 {
182 {
183 ERROR(
"expected ideals in the same ring");
184 return nullptr;
185 }
190 {
192 return nullptr;
193 }
194}
MonomialIdeal * sat(const MonomialIdeal &J) const
const PolynomialRing * get_ring() const
Engine-side monomial ideal: a decision tree of Nmi_nodes storing the (typically minimal) generators b...
void intern_monideal(MonomialIdeal *G)
VALGRIND_MAKE_MEM_DEFINED & result(result)
References ERROR, MonomialIdeal::get_ring(), intern_monideal(), result(), and MonomialIdeal::sat().