Changeset c3ea367 in git
- Timestamp:
- Mar 13, 2017, 11:45:54 AM (7 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- a5b3bfc89e0d6875d26d979d8393b09e12c97621
- Parents:
- 6583a2436ee9187d10322deedd50e1caadcc306a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/GBEngine/kutil.cc
r6583a2 rc3ea367 1998 1998 strat->cp++; 1999 1999 pLmFree(Lp.lcm); 2000 Lp.lcm=NULL;2001 2000 return; 2002 2001 } … … 2006 2005 { 2007 2006 pLmFree(Lp.lcm); 2008 Lp.lcm=NULL;2009 2007 return; 2010 2008 /*the pair is (s[i],t[.]), discard it if the ecart is too big*/ … … 2067 2065 strat->cp++; 2068 2066 pLmFree(Lp.lcm); 2069 Lp.lcm=NULL;2070 2067 return; 2071 2068 } … … 2073 2070 { 2074 2071 pLmFree(Lp.lcm); 2075 Lp.lcm=NULL;2076 2072 return; 2077 2073 /*the pair is (s[i],t[.]), discard it if the ecart is too big*/ … … 2276 2272 strat->cp++; 2277 2273 pLmFree(Lp.lcm); 2278 Lp.lcm=NULL;2279 2274 return; 2280 2275 } … … 2284 2279 { 2285 2280 pLmFree(Lp.lcm); 2286 Lp.lcm=NULL;2287 2281 return; 2288 2282 /*the pair is (s[i],t[.]), discard it if the ecart is too big*/ … … 2341 2335 strat->cp++; 2342 2336 pLmFree(Lp.lcm); 2343 Lp.lcm=NULL;2344 2337 return; 2345 2338 } … … 2347 2340 { 2348 2341 pLmFree(Lp.lcm); 2349 Lp.lcm=NULL;2350 2342 return; 2351 2343 /*the pair is (s[i],t[.]), discard it if the ecart is too big*/ … … 2524 2516 else 2525 2517 pLmFree(Lp.lcm); 2526 Lp.lcm=NULL;2527 2518 pDelete (&m1); 2528 2519 pDelete (&m2); … … 2543 2534 else 2544 2535 pLmFree(Lp.lcm); 2545 Lp.lcm=NULL;2546 2536 pDelete (&m1); 2547 2537 pDelete (&m2); … … 2634 2624 pLmFree(Lp.lcm); 2635 2625 pDelete(&Lp.sig); 2636 Lp.lcm=NULL;2637 2626 pDelete (&m1); 2638 2627 pDelete (&m2); … … 2656 2645 int pos = posInSyz(strat, Lp.sig); 2657 2646 enterSyz(Lp, strat, pos); 2658 Lp.lcm=NULL;2659 2647 pDelete (&m1); 2660 2648 pDelete (&m2); … … 2906 2894 else 2907 2895 pLmFree(Lp.lcm); 2908 Lp.lcm=NULL;2909 2896 pDelete (&m1); 2910 2897 pDelete (&m2); … … 2930 2917 else 2931 2918 pLmFree(Lp.lcm); 2932 Lp.lcm=NULL;2933 2919 pDelete (&m1); 2934 2920 pDelete (&m2); … … 3039 3025 #endif 3040 3026 pDelete(&Lp.sig); 3041 Lp.lcm=NULL;3042 3027 pDelete (&m1); 3043 3028 pDelete (&m2); … … 3061 3046 int pos = posInSyz(strat, Lp.sig); 3062 3047 enterSyz(Lp, strat, pos); 3063 Lp.lcm=NULL;3064 3048 pDelete (&m1); 3065 3049 pDelete (&m2); … … 12385 12369 #endif 12386 12370 pLmFree(Lp.lcm); 12387 Lp.lcm=NULL;12388 12371 /* + counter for applying the V criterion */ 12389 12372 strat->cv++; … … 12412 12395 strat->cp++; 12413 12396 pLmFree(Lp.lcm); 12414 Lp.lcm=NULL;12415 12397 return; 12416 12398 } … … 12420 12402 { 12421 12403 pLmFree(Lp.lcm); 12422 Lp.lcm=NULL;12423 12404 return; 12424 12405 /*the pair is (s[i],t[.]), discard it if the ecart is too big*/ … … 12481 12462 strat->cp++; 12482 12463 pLmFree(Lp.lcm); 12483 Lp.lcm=NULL;12484 12464 return; 12485 12465 } … … 12487 12467 { 12488 12468 pLmFree(Lp.lcm); 12489 Lp.lcm=NULL;12490 12469 return; 12491 12470 /*the pair is (s[i],t[.]), discard it if the ecart is too big*/
Note: See TracChangeset
for help on using the changeset viewer.