Definition at line 559 of file gb-homog2.cpp.
560{
562 gb_elem *
p =
new gb_elem(f, fsyz, ismin);
563
564 _GR->gbvector_get_lead_monomial(
_F,
p->f, f_m);
565 _GR->gbvector_remove_content(
p->f,
p->fsyz);
566
567 if (ismin)
568 {
570 }
571
573
574 gc_vector<int> vp;
575 _M->to_varpower(f_m, vp);
576 _monideals[
p->f->comp]->mi_search->insert(
new Bag(
p, vp));
580
581
582
583
584
585
587 {
590 }
591}
void flush_pairs(int deg)
References _F, _GR, _hilb_n_in_degree, _hilb_new_elems, _M, _n_gb, _n_subring, _this_degree, _use_hilb, flush_pairs(), monomial, and p.
Referenced by gen_step(), and s_pair_step().