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

◆ gbelem_type

Enumerator
ELEM_IN_RING 
ELEM_POSSIBLE_MINGEN 
ELEM_MIN_GB 
ELEM_NON_MIN_GB 

Definition at line 71 of file f4-types.hpp.

71 {
72 ELEM_IN_RING, // These are ring elements
73 ELEM_POSSIBLE_MINGEN, // These are min GB elements which might
74 // also be min gens, in the graded case,
75 // they ARE minimal generators
76 ELEM_MIN_GB, // These are elements which are minimal GB elements
77 ELEM_NON_MIN_GB // These are elements which are not minimal GB elements
78};
@ ELEM_POSSIBLE_MINGEN
Definition f4-types.hpp:73
@ ELEM_NON_MIN_GB
Definition f4-types.hpp:77
@ ELEM_MIN_GB
Definition f4-types.hpp:76
@ ELEM_IN_RING
Definition f4-types.hpp:72