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

◆ debug_check() [1/2]

template<typename Key>
void F4MonomialLookupTableT< Key >::debug_check ( ) const
private

Definition at line 494 of file f4-monlookup.cpp.

495{
496 int nfound = 0;
497 for (auto& i : mis)
498 {
499 if (i != nullptr) nfound += debug_check(i, nullptr);
500 }
501 assert(count == nfound);
502}
std::vector< mi_node * > mis

References count, debug_check(), and mis.