Changeset 25003c in git for Singular/syz.h


Ignore:
Timestamp:
Apr 29, 1998, 9:05:32 AM (26 years ago)
Author:
Thomas Siebert <siebert@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
78ed39468e4c15713f8fffc0ca2afb422840e509
Parents:
fda59838bf7766c167e43fc1566967f60c60783f
Message:
*** empty log message ***


git-svn-id: file:///usr/local/Singular/svn/trunk@1532 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/syz.h

    rfda5983 r25003c  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: syz.h,v 1.7 1998-04-03 17:38:44 Singular Exp $ */
     6/* $Id: syz.h,v 1.8 1998-04-29 07:05:30 siebert Exp $ */
    77/*
    88* ABSTRACT: Resolutions
     
    3333  int ** Howmuch;
    3434  int ** Firstelem;
     35  intvec ** weights;
    3536  resolvente res;
    3637  resolvente orderedRes;
     
    5556   BOOLEAN isMonomial=FALSE, BOOLEAN notReplace=FALSE);
    5657
     58syStrategy sySchreyer(ideal arg, int maxlength);
     59
    5760resolvente syResolvente(ideal arg, int maxlength, int * length,
    5861                        intvec *** weights, BOOLEAN minim);
     62
     63syStrategy syResolution(ideal arg, int maxlength,intvec * w, BOOLEAN minim);
    5964
    6065resolvente syMinRes(ideal arg, int maxlength, int * length, BOOLEAN minim);
     
    8590syStrategy syForceMin(lists li);
    8691syStrategy syMinimize(syStrategy syzstr);
    87 syStrategy syMakeResolution(resolvente r, int length);
    8892#endif
Note: See TracChangeset for help on using the changeset viewer.