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

◆ flush_pairs()

void gb2_comp::flush_pairs ( )
private

Definition at line 460 of file res-a2-gb.cpp.

461{
462 while (these_pairs != nullptr)
463 {
464 n_pairs_hilb++;
465 s_pair *p = these_pairs;
466 these_pairs = p->next;
467 remove_pair(p);
468 }
469}
void remove_pair(s_pair *&p)
Definition res-a2-gb.cpp:90
s_pair * these_pairs
Definition res-a2.hpp:130
int n_pairs_hilb
Definition res-a2.hpp:153
int p

References n_pairs_hilb, p, remove_pair(), and these_pairs.

Referenced by s_pair_step().