Changeset 454dc14 in git


Ignore:
Timestamp:
Dec 1, 2014, 12:34:32 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
9bad87be37a4b25273b78126bcc64bd177edfeec
Parents:
7956776b4aebffc4e8af1e2e8c453ae0c91831f5
Message:
moved definition of SINGULAR_4_1 to libpolys/misc/auxiliary.h
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • factory/cf_defs.h

    r7956776 r454dc14  
    2626
    2727/// set to 1 for computations over Q
    28 const int SW_RATIONAL = 0;
     28static const int SW_RATIONAL = 0;
    2929/// set to 1 for symmetric representation over F_q
    30 const int SW_SYMMETRIC_FF = 1;
     30static const int SW_SYMMETRIC_FF = 1;
    3131/// set to 1 to use EZGCD over Z
    32 const int SW_USE_EZGCD = 2;
     32static const int SW_USE_EZGCD = 2;
    3333/// set to 1 to use EZGCD over F_q
    34 const int SW_USE_EZGCD_P = 3;
     34static const int SW_USE_EZGCD_P = 3;
    3535/// set to 1 to sort factors in a factorization
    36 const int SW_USE_NTL_SORT=4;
     36static const int SW_USE_NTL_SORT=4;
    3737/// set to 1 to use modular gcd over Z
    38 const int SW_USE_CHINREM_GCD=5;
     38static const int SW_USE_CHINREM_GCD=5;
    3939/// set to 1 to use Encarnacion GCD over Q(a)
    40 const int SW_USE_QGCD=6;
     40static const int SW_USE_QGCD=6;
    4141/// set to 1 to use modular GCD over F_q
    42 const int SW_USE_FF_MOD_GCD=7;
     42static const int SW_USE_FF_MOD_GCD=7;
    4343
    4444/*ENDPUBLIC*/
  • kernel/mod2.h

    r7956776 r454dc14  
    1616
    1717#define SINGULAR_MAJOR_VERSION 4
    18 
    19 /*#define SINGULAR_4_1 1*/
    2018
    2119#ifdef SINGULAR_4_1
  • libpolys/misc/auxiliary.h.in

    r7956776 r454dc14  
    7878 *                    2: given by SI_INTEGER_VARIANT */
    7979#define SI_BIGINT_VARIANT 1
     80
     81/* preparation for versio 4.1.0: */
     82// #define SINGULAR_4_1
    8083
    8184#ifndef SIZEOF_LONG
Note: See TracChangeset for help on using the changeset viewer.