Changeset 037df4 in git


Ignore:
Timestamp:
Jul 8, 2008, 3:03:18 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
9f6d7626974f05a175c63f8e5f63ec9da030c127
Parents:
09d7782fb1cb753a74c67e13bf26476d72ff23d5
Message:
*hannes: HAVE_SHIFTBBA


git-svn-id: file:///usr/local/Singular/svn/trunk@10850 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r09d7782 r037df4  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.274 2008-07-07 13:18:56 wienand Exp $ */
     4/* $Id: extra.cc,v 1.275 2008-07-08 13:03:18 Singular Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    25832583#endif // HAVE_RATGRING
    25842584/*==================== freeGB, twosided GB in free algebra =================*/
     2585#ifdef HAVE_SHIFTBBA
    25852586    if (strcmp(sys_cmd, "freegb") == 0)
    25862587    {
     
    26092610    }
    26102611    else
     2612#endif
    26112613/*==================== shift-test for freeGB  =================*/
     2614#ifdef HAVE_SHIFTBBA
    26122615    if (strcmp(sys_cmd, "stest") == 0)
    26132616    {
     
    26432646    }
    26442647    else
     2648#endif
    26452649/*==================== block-test for freeGB  =================*/
     2650#ifdef HAVE_SHIFTBBA
    26462651    if (strcmp(sys_cmd, "btest") == 0)
    26472652    {
     
    26642669    }
    26652670    else
     2671#endif
    26662672#endif
    26672673/*==================== t-rep-GB ==================================*/
  • Singular/mod2.h.in

    r09d7782 r037df4  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.130 2008-06-24 09:01:25 Singular Exp $
     8 *  Version: $Id: mod2.h.in,v 1.131 2008-07-08 13:03:18 Singular Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    149149/* Define to enable plural */
    150150#undef HAVE_PLURAL
     151/* Define to enable shiftbba */
     152#undef HAVE_SHIFTBBA
    151153/* Define to enable libsvd */
    152154#undef HAVE_SVD
  • kernel/kstd1.cc

    r09d7782 r037df4  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd1.cc,v 1.35 2008-06-10 10:17:31 motsak Exp $ */
     4/* $Id: kstd1.cc,v 1.36 2008-07-08 13:02:21 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    17331733}
    17341734
     1735#ifdef HAVE_SHIFTBBA
    17351736ideal kStdShift(ideal F, ideal Q, tHomog h,intvec ** w, intvec *hilb,int syzComp,
    17361737                int newIdeal, intvec *vw, int uptodeg, int lV)
     
    18241825  return r;
    18251826}
     1827#endif
    18261828
    18271829//##############################################################
  • kernel/kstd2.cc

    r09d7782 r037df4  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kstd2.cc,v 1.67 2008-07-07 13:18:56 wienand Exp $ */
     4/* $Id: kstd2.cc,v 1.68 2008-07-08 13:02:21 Singular Exp $ */
    55/*
    66*  ABSTRACT -  Kernel: alg. of Buchberger
     
    14351435
    14361436/* shiftgb stuff */
    1437 
     1437#ifdef HAVE_SHIFTBBA
    14381438
    14391439
     
    19661966  }
    19671967}
     1968#endif
  • kernel/kutil.cc

    r09d7782 r037df4  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: kutil.cc,v 1.97 2008-07-07 13:18:56 wienand Exp $ */
     4/* $Id: kutil.cc,v 1.98 2008-07-08 13:02:21 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for kStd
     
    62126212// }
    62136213
     6214#ifdef HAVE_SHIFTBBA
    62146215/* including the self pairs */
    62156216void updateSShift(kStrategy strat,int uptodeg,int lV)
     
    69756976}
    69766977
     6978#endif // HAVE_SHIFTBBA
    69776979#endif // KUTIL_CC
  • kernel/mod2.h.in

    r09d7782 r037df4  
    66 *          DO NOT EDIT!
    77 *
    8  *  Version: $Id: mod2.h.in,v 1.21 2008-06-24 09:02:16 Singular Exp $
     8 *  Version: $Id: mod2.h.in,v 1.22 2008-07-08 13:02:21 Singular Exp $
    99 *******************************************************************/
    1010#ifndef MOD2_H
     
    149149/* Define to enable plural */
    150150#undef HAVE_PLURAL
     151/* Define to enable shiftbba */
     152#undef HAVE_SHIFTBBA
    151153/* Define to enable libsvd */
    152154#undef HAVE_SVD
  • kernel/shiftgb.cc

    r09d7782 r037df4  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: shiftgb.cc,v 1.7 2008-03-13 19:25:49 levandov Exp $ */
     4/* $Id: shiftgb.cc,v 1.8 2008-07-08 13:02:21 Singular Exp $ */
    55/*
    66* ABSTRACT: kernel: utils for shift GB and free GB
     
    99#include "mod2.h"
    1010
    11 #ifdef HAVE_PLURAL
     11#ifdef HAVE_SHIFTBBA
    1212#include "febase.h"
    1313#include "ring.h"
  • kernel/shiftgb.h

    r09d7782 r037df4  
    44*  Computer Algebra System SINGULAR     *
    55****************************************/
    6 /* $Id: shiftgb.h,v 1.4 2008-03-13 19:25:49 levandov Exp $ */
     6/* $Id: shiftgb.h,v 1.5 2008-07-08 13:02:21 Singular Exp $ */
    77/*
    88* ABSTRACT: kernel: utils for kStd
     
    1010
    1111#include "structs.h"
     12#ifdef HAVE_SHIFTBBA
    1213#include "gring.h"
    1314
     
    4142
    4243#endif
     44#endif
Note: See TracChangeset for help on using the changeset viewer.