Changeset 959ad23 in git


Ignore:
Timestamp:
Jan 19, 2002, 10:16:59 PM (22 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
ce7a6ade0f7e5c23e21120e313e90d7bb0f00561
Parents:
13579faddd5a166a1cc2e3b53cf2f66ccb4e13da
Message:
+ little cleanup


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

Legend:

Unmodified
Added
Removed
  • Singular/optimize.cc

    r13579f r959ad23  
    5555  return ggt;
    5656}
     57
     58/********************************************************************
     59 **                                                                 *
     60 * maFindBestggT                                                    *
     61 * finds ggT with the highest cost                                  *
     62 *******************************************************************/
    5763
    5864static mapoly maFindBestggT(mapoly mp, mapoly & choice, mapoly & fp, mapoly & fq,const ring r)
     
    123129 
    124130}
     131
     132/********************************************************************
     133 **                                                                 *
     134 * maPoly_Optimize                                                  *
     135 * adds and integrates subexpressions                               *
     136 *******************************************************************/
     137
    125138void maPoly_Optimize(mapoly mpoly, ring src_r){
    126139  assume(mpoly!=NULL && mpoly->src!=NULL);
     
    149162
    150163}
    151 #if 0
    152 ring map_r = 32003, (a, b, c), Wp(1,2,3);
    153 ideal map_id = a5+a4, ab+ab3+c*b2+ca5, a3b2+c3 + ab, ab2 + a2b4;
    154 
    155 
    156 ring image_r;
    157 ideal image_id = x2y3, y, z+x6;
    158 
    159 map Phi = map_r, image_id;
    160 
    161 system("mapmb", Phi, map_id);
    162 
    163 #endif
Note: See TracChangeset for help on using the changeset viewer.