Changeset 2bc80b in git


Ignore:
Timestamp:
Oct 20, 2005, 1:51:28 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
5aa84dc1798f2f2185933c887dd54e620124615d
Parents:
6588f8085d916f8097ad5a892bfb8eeb9ace2a30
Message:
bricken: slimgb and modules


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb.cc

    r6588f8 r2bc80b  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb.cc,v 1.43 2005-10-19 16:10:19 Singular Exp $ */
     7/* $Id: tgb.cc,v 1.44 2005-10-20 11:51:28 Singular Exp $ */
    88/*
    99* ABSTRACT: slimgb and F4 implementation
     
    11501150  }
    11511151 
    1152   assume(spc==i);
     1152  assume(spc<=i);
    11531153  //now ideal quotient crit
    11541154  qsort(nodes,spc,sizeof(sorted_pair_node*),iq_crit);
     
    20042004  short_Exps=(long*) omalloc(n*sizeof(long));
    20052005  if (F4_mode)
    2006     S=idInit(n,1);
     2006    S=idInit(n,I->rank);
    20072007  else
    2008     S=idInit(1,1);
     2008    S=idInit(1,I->rank);
    20092009  strat=new skStrategy;
    20102010  strat->syzComp = 0;
     
    22082208  //  Print("QlogSize(0) %d, QlogSize(1) %d,QlogSize(-2) %d, QlogSize(5) %d\n", QlogSize(nlInit(0)),QlogSize(nlInit(1)),QlogSize(nlInit(-2)),QlogSize(nlInit(5)));
    22092209 
    2210  
    2211  
    22122210  if (TEST_OPT_PROT)
    22132211    if (F4_mode)
    22142212      PrintS("F4 Modus \n");
    2215    
    22162213     
    22172214  //debug_Ideal=arg_debug_Ideal;
     
    22252222  //slimgb_alg* c=(slimgb_alg*) omalloc(sizeof(slimgb_alg));
    22262223  slimgb_alg* c=new slimgb_alg(I, F4_mode);
    2227 
    2228 
    22292224   
    22302225  int i;
     
    22452240  }
    22462241  //qsort(I->m, IDELEMS(I),sizeof(poly),pLmCmp_func);
     2242  assume(I->rank==idRankFreeModule(I));
    22472243  return(I);
    22482244}
Note: See TracChangeset for help on using the changeset viewer.