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

◆ inList()

bool inList ( int i,
int j,
const Pairs & B,
const IntermediateBasis & F )

Definition at line 209 of file franzi-gb.cpp.

210{
211 Pair p = Pair(i, j, F);
212 return B.find(p) != B.end();
213}
S-pair record for the Franzi boolean Groebner basis algorithm.
Definition franzi-gb.cpp:25
int p

References p.

Referenced by isGoodPair().