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

◆ makeQueue1()

std::unique_ptr< mathic::Geobucket< OurQueueConfiguration1 > > makeQueue1 ( )

Definition at line 143 of file NCReduction.cpp.

144{
146
147 return std::make_unique<mathic::Geobucket<OurQueueConfiguration1>>(C);
148}
Variant of OurQueueConfiguration with deduplication enabled, used by makeQueue1().

Referenced by tryOutMathicCode().