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

◆ debug_check() [1/2]

void MonomialIdeal::debug_check ( ) const

Definition at line 567 of file monideal.cpp.

568{
569 if (count <= 1)
570 {
571 assert(mi == nullptr);
572 return;
573 }
574 assert(mi != nullptr);
575 assert(debug_check(mi, nullptr) == count / 2);
576}
Nmi_node * mi
Definition monideal.hpp:138
void debug_check() const
Definition monideal.cpp:567

References count, debug_check(), and mi.

Referenced by debug_check(), and erase().