|
Macaulay2 Engine
|
Static counter for non-commutative monomial comparisons. More...
#include <FreeMonoid.hpp>
Static Public Member Functions | |
| static void | reset () |
| static void | logCompare () |
Static Public Attributes | |
| static size_t | mCompares = 0 |
Static counter for non-commutative monomial comparisons.
Bumped each time FreeMonoid::compare is called; useful when profiling the inner loops of NCGroebner / NCF4. reset() zeroes the counter and operator<< (declared below) pretty-prints the current value.
Definition at line 68 of file FreeMonoid.hpp.