Changeset 1c473f in git for kernel/shiftgb.cc


Ignore:
Timestamp:
Feb 24, 2008, 6:41:32 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
4d43ff458adf4e30c9059ffaf846500aa5d64c61
Parents:
c1d4a79cef5604c9608af4eb2e48128ef65c70fb
Message:
*levandov: modifications of shift free gb


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

Legend:

Unmodified
Added
Removed
  • kernel/shiftgb.cc

    rc1d4a79 r1c473f  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: shiftgb.cc,v 1.5 2008-02-23 20:12:53 levandov Exp $ */
     4/* $Id: shiftgb.cc,v 1.6 2008-02-24 17:41:32 levandov Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for shift GB and free GB
     
    370370}
    371371
     372  /* there should be two routines: */
     373  /* 1. tests squarefreeness: in homog this suffices */
     374  /* 2. test the presence of a hole -> in the tail??? */
    372375
    373376int isInV(poly p, int lV)
    374377{
     378
    375379  if (lV <= 0) return(0);
    376380  /* returns 1 iff p is in V */
     
    431435  //  i = uptodeg  - i +1;
    432436  i = uptodeg  - i;
    433   p_wrp(p,currRing,r); Print("----i:%d",i); PrintLn();
     437  //  p_wrp(p,currRing,r); Print("----i:%d",i); PrintLn();
    434438  return(i);
    435439}
Note: See TracChangeset for help on using the changeset viewer.