Changeset 542685e in git for Singular/LIB/schreyer.lib


Ignore:
Timestamp:
Oct 20, 2014, 2:55:51 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
06f38e104526d5f14601428e461a6877c1d43d66
Parents:
1965800c56ab5ae85bbaa4c89cbae5719bd81515
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-10-20 14:55:51+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-10-22 13:55:04+02:00
Message:
Updating + Fixing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/schreyer.lib

    r196580 r542685e  
    21882188      exportto(Schreyer, Syzextra::ComputeSyzygy);
    21892189
    2190       exportto(Schreyer, Syzextra::ComputeResolution);     
     2190      exportto(Schreyer, Syzextra::ComputeResolution);
     2191
     2192//      newstruct("SRESOLUTION","ring _r, resolution _res"); // http://www.singular.uni-kl.de/Manual/latest/sing_179.htm#SEC218
     2193//      newstruct("SSYZYGY","ring _r, module _syz"); // http://www.singular.uni-kl.de/Manual/latest/sing_179.htm#SEC218
     2194      // TODO: SSres - return SRESOLUTION?
     2195
     2196//      system("install","SRESOLUTION","string",SRESOLUTION_string, 1);
     2197//      system("install","SRESOLUTION","print",SRESOLUTION_print, 1);
     2198//      system("install","SRESOLUTION","list",SRESOLUTION_list, 1);
     2199
     2200//      system("install","SRESOLUTION","betti",SRESOLUTION_betti, 2); // http://www.singular.uni-kl.de/Manual/latest/sing_260.htm#SEC299
     2201//      system("install","SRESOLUTION","minres",SRESOLUTION_minres, 1); // http://www.singular.uni-kl.de/Manual/latest/sing_344.htm#SEC383
     2202
     2203      // TODO: SSsyz? SSYZYGY? // TODO: C/C++ computation for Syzygy?
     2204//      system("install","SSYZYGY","string",SSYZYGY_string, 1);
     2205//      system("install","SSYZYGY","print",SSYZYGY_print, 1);
     2206//      system("install","SSYZYGY","module",SSYZYGY_module, 1);
    21912207    }
    21922208
Note: See TracChangeset for help on using the changeset viewer.