Changeset 4c4979 in git for kernel/shiftgb.cc


Ignore:
Timestamp:
Jun 19, 2009, 5:31:48 PM (15 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
03057341d897afb7daf5d8d5346c88a961df4184
Parents:
ca02ab01da5c28f679d205662ca93d894d1719eb
Message:
*levandov: redSB and redTail for non-homogeneous shift gb


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

Legend:

Unmodified
Added
Removed
  • kernel/shiftgb.cc

    rca02ab r4c4979  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: shiftgb.cc,v 1.11 2009-02-23 13:50:52 Singular Exp $ */
     4/* $Id: shiftgb.cc,v 1.12 2009-06-19 15:31:48 levandov Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for shift GB and free GB
     
    578578
    579579
     580/*2
     581 *if the leading term of p
     582 *divides the leading term of some T[i] it will be canceled
     583 */
     584// static inline void clearSShift (poly p, unsigned long p_sev,int l, int* at, int* k,
     585//                            kStrategy strat)
     586// {
     587//   assume(p_sev == pGetShortExpVector(p));
     588//   if (!pLmShortDivisibleBy(p,p_sev, strat->T[*at].p, ~ strat->sevT[*at])) return;
     589//   //  if (l>=strat->lenS[*at]) return;
     590//   if (TEST_OPT_PROT)
     591//     PrintS("!");
     592//   mflush();
     593//   //pDelete(&strat->S[*at]);
     594//   deleteInS((*at),strat);
     595//   (*at)--;
     596//   (*k)--;
     597// //  assume(lenS_correct(strat));
     598// }
     599
    580600/* remarks: cleanT : just deletion
    581601enlargeT: just reallocation */
Note: See TracChangeset for help on using the changeset viewer.