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

◆ find_new_pairs()

int F4SPairSet::find_new_pairs ( bool remove_disjoints)

Definition at line 170 of file f4-spairs.cpp.

172{
173 // this is used for "late" removal of spairs -- will need to be reworked
174 // in the new priority_queue approach
176 int len = construct_pairs(remove_disjoints);
177 return len;
178}
int construct_pairs(bool remove_disjoints)
int remove_unneeded_pairs()
Definition f4-spairs.cpp:90
long nsaved_unneeded

References construct_pairs(), nsaved_unneeded, and remove_unneeded_pairs().