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

◆ HeapType

enum class HeapType
strong
Enumerator
Trivial 
Map 
PriorityQueue 
NaiveGeobucket 
NaiveHeap 
NaiveTourTree 
NaiveDedupGeobucket 

Definition at line 93 of file NCReduction.hpp.

93 {
94 Trivial,
95 Map, // based on std::map
96 PriorityQueue, // based on std::priority_queue (with underlying std::vector)
101 // HashedGeobucket
102};
@ NaiveDedupGeobucket