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

◆ anonymous enum

anonymous enum
Enumerator
SYZ2_S_PAIR 
SYZ2_MAYBE_MINIMAL 
SYZ2_MINIMAL 
SYZ2_NOT_MINIMAL 
SYZ2_NOT_NEEDED 

Definition at line 12 of file res-a0-pair.hpp.

12 {
13 SYZ2_S_PAIR, // Pre computation: s-pair
14
15 SYZ2_MAYBE_MINIMAL, // This s-pair was computed before all of the
16 // pairs in the next level were computed, meaning that
17 // this element may not correspond to a minimal syz.
18 // Instead, it may be a SYZ2_NOT_MINIMAL.
19 SYZ2_MINIMAL, // Post s-pair computation: element is minimal syzygy
20 SYZ2_NOT_MINIMAL, // Post s-pair computation: element is not minimal
21 SYZ2_NOT_NEEDED // S-pair computation for this pair cancelled
22};
@ SYZ2_MAYBE_MINIMAL
@ SYZ2_NOT_NEEDED
@ SYZ2_NOT_MINIMAL
@ SYZ2_S_PAIR
@ SYZ2_MINIMAL