Changeset 0ab2c4c in git


Ignore:
Timestamp:
Nov 29, 2014, 9:01:55 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
55e6b02c5376f2a3872b08852a40e2f08c312b7a
Parents:
f9b1126a5463b1a44a811debc3c623b3813acf01
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-11-29 21:01:55+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-11-30 03:26:49+01:00
Message:
Ensure monic input to Schreyer resolution computation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/schreyer.lib

    rf9b112 r0ab2c4c  
    619619    option(set, opts);
    620620    kill opts;
    621   } else
    622   {
    623     M = simplify(M, 2 + 4 + 32); // interreduce?
    624   }
     621  }// else
     622  // {
     623    M = simplify(M, 1 + 2 + 4 + 32); // interreduce?
     624  // }
    625625
    626626  if( @IGNORETAILS )
Note: See TracChangeset for help on using the changeset viewer.