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

◆ anonymous enum

anonymous enum
Enumerator
SYZ_RING_ELEM 
SYZ_EXTERIOR_VAR 
SYZ_BASE_COMPONENT 
SYZ_S_PAIR 
SYZ_RING_PAIR 
SYZ_ONE_PAIR 
SYZ_GEN 
SYZ_NOT_COMPUTED 
SYZ_MINIMAL 
SYZ_NOT_MINIMAL 
SYZ_NOT_NEEDED 

Definition at line 11 of file res-a1-poly.hpp.

11 {
12 SYZ_RING_ELEM, // Base ring elements: will go away...
13 SYZ_EXTERIOR_VAR, // possibly will go away...
14 SYZ_BASE_COMPONENT, // Base component at level 0
15
16 SYZ_S_PAIR, // Pre computation: s-pair
17 SYZ_RING_PAIR, // Pre computation: (module elem, ring elem)
18 SYZ_ONE_PAIR, // Pre computation: (module elem * variable)
19 SYZ_GEN, // Pre computation: original generator at level 1
20
22 SYZ_MINIMAL, // Post s-pair computation: element is minimal syzygy
23 SYZ_NOT_MINIMAL, // Post s-pair computation: element is not minimal
24 SYZ_NOT_NEEDED // S-pair computation for this pair cancelled
25};
@ SYZ_NOT_COMPUTED
@ SYZ_NOT_MINIMAL
@ SYZ_BASE_COMPONENT
@ SYZ_S_PAIR
@ SYZ_NOT_NEEDED
@ SYZ_RING_ELEM
@ SYZ_MINIMAL
@ SYZ_ONE_PAIR
@ SYZ_GEN
@ SYZ_EXTERIOR_VAR
@ SYZ_RING_PAIR