Definition at line 653 of file gb-homog2.cpp.
659{
660 s_pair *
p =
_gens->remove();
663 {
666 }
667
670
672
674 gbvector *fsyz =
p->fsyz;
678
680 if (!
_GR->gbvector_is_zero(f))
681 {
684 }
685
686 if (!
_GR->gbvector_is_zero(fsyz))
687 {
689 {
690
691 _syz.push_back(fsyz);
694 }
695 else
696 _GR->gbvector_remove(fsyz);
697 }
698
700}
void gb_reduce(gbvector *&f, gbvector *&fsyz)
void remove_pair(s_pair *&p)
void gb_insert(gbvector *f, gbvector *fsyz, int ismin)
void compute_s_pair(s_pair *p)
References _collect_syz, _gens, _GR, _n_gens_left, _n_pairs_computed, _n_syz, _this_degree, compute_s_pair(), gb_insert(), gb_reduce(), p, remove_pair(), SPAIR_DONE, SPAIR_MINGEN, SPAIR_SYZ, and SPAIR_ZERO.
Referenced by start_computation().