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

◆ spair_type

enum spair_type
Enumerator
F4_SPAIR_SPAIR 
F4_SPAIR_GCD_ZZ 
F4_SPAIR_RING 
F4_SPAIR_SKEW 
F4_SPAIR_GEN 
F4_SPAIR_ELEM 

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

80 {
81 F4_SPAIR_SPAIR, // arising from an honest spair
82 F4_SPAIR_GCD_ZZ, // for gbs over the integers
83 F4_SPAIR_RING, // an spair between a generator and a gen of the defining ideal
84 F4_SPAIR_SKEW, // from exterior variables times a monomial
85 F4_SPAIR_GEN, // a generator of the defining ideal
87};
@ F4_SPAIR_SKEW
Definition f4-types.hpp:84
@ F4_SPAIR_GCD_ZZ
Definition f4-types.hpp:82
@ F4_SPAIR_GEN
Definition f4-types.hpp:85
@ F4_SPAIR_SPAIR
Definition f4-types.hpp:81
@ F4_SPAIR_ELEM
Definition f4-types.hpp:86
@ F4_SPAIR_RING
Definition f4-types.hpp:83