Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ initPairtest
Function
initPairtest
kernel/GBEngine/kutil.cc:691–694 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
689
}
690
691
void initPairtest(kStrategy strat)
692
{
693
strat->pairtest = (BOOLEAN *)omAlloc0((strat->sl+2)*sizeof(BOOLEAN));
694
}
695
696
/*2
697
*test whether (p1,p2) or (p2,p1) is in L up position length
Callers
2
enterOnePairRing
Function · 0.85
kutil.cc
File · 0.85
Calls
1
omAlloc0
Function · 0.85
Tested by
no test coverage detected