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

◆ anonymous enum

anonymous enum
Enumerator
RES_SKELETON 
RES_MONORDER 
RES_MONIDEAL 
RES_REDUCTIONS 
RES_DONE 
RES_COMPLETE 

Definition at line 48 of file res-a0.hpp.

48 {
49 RES_SKELETON, // Either at beginning of skeleton, or in the middle
50 // if next_pair is null, then at the beginning
51 RES_MONORDER, // Need to set the monomial order, which is always
52 // first use total degree, then compare_num of lead component.
53 RES_MONIDEAL, // At the beginning of, or in th emiddle of
54 // computing the resolution of the monomial ideal
55 RES_REDUCTIONS, // Done with the skeleton, doing computing reductions
56 // next_pair: next pair to (possibly) reduce
57 // if null: at the beginning of reductions.
58 RES_DONE, // If done, given length and degree limit
59 RES_COMPLETE // Completely done with resolution
60};
@ RES_REDUCTIONS
Definition res-a0.hpp:55
@ RES_DONE
Definition res-a0.hpp:58
@ RES_MONORDER
Definition res-a0.hpp:51
@ RES_COMPLETE
Definition res-a0.hpp:59
@ RES_SKELETON
Definition res-a0.hpp:49
@ RES_MONIDEAL
Definition res-a0.hpp:53