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
}
F4MonomialLookupTableT::debug_check
void debug_check() const
Definition
f4-monlookup.cpp:494
F4MonomialLookupTableT::mis
std::vector< mi_node * > mis
Definition
f4-monlookup.hpp:83
F4MonomialLookupTableT::count
int count
Definition
f4-monlookup.hpp:84
F4MonomialLookupTableT
Definition
f4-monlookup.hpp:56
References
count
,
debug_check()
, and
mis
.
F4MonomialLookupTableT
Generated on
for Macaulay2 Engine by
1.15.0