Definition at line 121 of file hilb.cpp.
124{
125 int k;
127
131 else
132 break;
133
135 {
137 return;
138 }
139
140 int this_label = -1;
142 for (k = 0; k <
n_vars; k++)
144 {
145 dad[k] = this_label--;
147 }
148
150 {
152 return;
153 }
154
155 int first =
result.size();
156 for (k = 0; k <
n_sets; k++)
158
159
161 while (I->remove(b))
162 {
165 result[first + loc]->insert_minimal(b);
166 }
167
168 delete I;
169}
static Exponent topvar(ConstExponents a)
gc_vector< int > & monom()
int representative(int x)
int merge_in(int x, int y)
VALGRIND_MAKE_MEM_DEFINED & result(result)
References dad, MonomialIdeal::get_ring(), merge_in(), mi_stash, int_bag::monom(), n_sets, n_vars, occurs, MonomialIdeal::remove(), representative(), reset(), result(), ExponentList< int, true >::topvar(), and MonomialIdeal::topvar().