Changeset ee4a7d in git


Ignore:
Timestamp:
Aug 28, 2012, 12:06:30 PM (12 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
83e5de0ee327f62a667ed0f87e050ea331b13d39
Parents:
15a8798f94d754bd64208b67057a90d83f7a1c68
git-author:
Martin Lee <martinlee84@web.de>2012-08-28 12:06:30+02:00
git-committer:
Martin Lee <martinlee84@web.de>2012-09-05 15:00:01+02:00
Message:
chg: changed behaviour of Lucks Wang sparse heuristic
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/facSparseHensel.cc

    r15a879 ree4a7d  
    109109  CFArray startingSolution= solution;
    110110  CFArray newSolution= CFArray (solution.size());
     111  result= CFList();
    111112  do
    112113  {
     
    115116      break;
    116117    if (!simplify (A, newSolution, F.level() + 1))
    117       break;
     118    {
     119      delete [] stripped2;
     120      return 0;
     121    }
    118122    if (isZero (newSolution))
    119123      break;
     
    122126  } while (1);
    123127
    124 
    125   result= CFList();
    126128  if (isEqual (startingSolution, solution))
    127129  {
Note: See TracChangeset for help on using the changeset viewer.