| 416 | void deleteInS (int i,kStrategy strat); |
| 417 | void cleanT (kStrategy strat); |
| 418 | static inline LSet initL (int nr=setmaxL) |
| 419 | { return (LSet)omAlloc(nr*sizeof(LObject)); } |
| 420 | void deleteInL(LSet set, int *length, int j,kStrategy strat); |
| 421 | void enterL (LSet *set,int *length, int *LSetmax, LObject p,int at); |
| 422 | void enterSBba (LObject &p,int atS,kStrategy strat, int atR = -1); |
no outgoing calls
no test coverage detected