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

◆ new_pairs_step()

bool GB_comp::new_pairs_step ( )
private

Definition at line 726 of file gb-homog2.cpp.

730{
731 if (_np_i >= _n_gb) return false;
732 find_pairs(_gb[_np_i]);
733 _np_i++;
734 return true;
735}
int _n_gb
Definition gb-homog2.hpp:92
void find_pairs(gb_elem *p)
int _np_i
Definition gb-homog2.hpp:80

References _n_gb, _np_i, and find_pairs().

Referenced by start_computation().