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

◆ debugCheckOrderAll()

bool SchreyerFrame::debugCheckOrderAll ( ) const

Definition at line 691 of file res-schreyer-frame.cpp.

692{
693 std::cout
694 << "checking that all input and constructed polynomials are in order...";
695 bool result = true;
696 for (auto i = 1; i < maxLevel(); ++i)
697 if (!debugCheckOrder(i)) result = false;
698 if (result) std::cout << "ok" << std::endl;
699 return result;
700}
bool debugCheckOrder(int lev) const
VALGRIND_MAKE_MEM_DEFINED & result(result)

References debugCheckOrder(), maxLevel(), and result().

Referenced by start_computation().