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
}
Pair
S-pair record for the Franzi boolean Groebner basis algorithm.
Definition
franzi-gb.cpp:25
p
int p
Definition
godboltTest.cpp:36
References
p
.
Referenced by
isGoodPair()
.
Macaulay2
e
franzi-gb.cpp
Generated on
for Macaulay2 Engine by
1.15.0