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

◆ makeQueue()

std::unique_ptr< mathic::Geobucket< OurQueueConfiguration > > makeQueue ( )

Definition at line 136 of file NCReduction.cpp.

137{
139
140 return std::make_unique<mathic::Geobucket<OurQueueConfiguration>>(C);
141}
Experimental mathic::Geobucket configuration whose Entry is an int — a placeholder used by makeQueue(...

Referenced by tryOutMathicCode().