Definition at line 102 of file res-schreyer-frame.cpp.
103{
105 {
106 std::cout << "error: calling computeFrame too soon" << std::endl;
107 }
109
110
112 {
114 std::cout <<
"maxsize = " <<
mFrame.mLevels.size()
117
118 }
119
120
121
128 {
129 std::cout << "non-minimal betti: " << std::endl;
131 }
132
133
134
135
136
137
138
139 return true;
140}
enum SchreyerFrame::@107076371201376153077324375251043314133302145334 mState
component_index computeNextLevel()
void getBounds(int &loDegree, int &hiDegree, int &length) const
BettiDisplay mBettiNonminimal
The full frame: a vector of Levels indexed by homological degree.
References computeNextLevel(), getBounds(), Initializing, M2_gbTrace, Matrices, mBettiNonminimal, mCurrentLevel, mFrame, mHiSlantedDegree, mLoSlantedDegree, mMaxLength, mSlantedDegree, mState, and setBettiDisplays().
Referenced by getBetti(), minimalBettiNumbers(), and start_computation().