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

◆ currentValue()

const PolyList & NCGroebner::currentValue ( ) const

Definition at line 247 of file NCGroebner.cpp.

248{
249 //return reinterpret_cast<const ConstPolyList&>(mGroebner);
250 return mGroebner;
251}
PolyList mGroebner

References mGroebner.

Referenced by twoSidedReduction().