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

◆ computeHashValue()

unsigned int M2FreeAlgebraQuotient::computeHashValue ( const ring_elem a) const
virtual

Implements Ring.

Definition at line 58 of file M2FreeAlgebraQuotient.cpp.

59{
60 (void) a;
61 return 0; // TODO: change this to a more reasonable hash code.
62}