MCPcopy 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
691void 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

enterOnePairRingFunction · 0.85
kutil.ccFile · 0.85

Calls 1

omAlloc0Function · 0.85

Tested by

no test coverage detected