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)
97
NaiveGeobucket
,
98
NaiveHeap
,
99
NaiveTourTree
,
100
NaiveDedupGeobucket
//,
101
// HashedGeobucket
102
};
HeapType::NaiveDedupGeobucket
@ NaiveDedupGeobucket
Definition
NCReduction.hpp:100
HeapType::NaiveTourTree
@ NaiveTourTree
Definition
NCReduction.hpp:99
HeapType::PriorityQueue
@ PriorityQueue
Definition
NCReduction.hpp:96
HeapType::Map
@ Map
Definition
NCReduction.hpp:95
HeapType::Trivial
@ Trivial
Definition
NCReduction.hpp:94
HeapType::NaiveHeap
@ NaiveHeap
Definition
NCReduction.hpp:98
HeapType::NaiveGeobucket
@ NaiveGeobucket
Definition
NCReduction.hpp:97
Macaulay2
e
NCAlgebras
NCReduction.hpp
Generated on
for Macaulay2 Engine by
1.15.0