Changeset 9108d3 in git for kernel/tgb_internal.h


Ignore:
Timestamp:
Jan 31, 2007, 4:22:22 PM (17 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1cc61e18c0d6c70b177099c23a52159afb280bb4
Parents:
dd60f3c49de7f734e4192d72024b962103c34c8e
Message:
+ redSB in homog for lower degrees and cleaning


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb_internal.h

    rdd60f3c r9108d3  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb_internal.h,v 1.47 2006-11-09 11:14:50 bricken Exp $ */
     7/* $Id: tgb_internal.h,v 1.48 2007-01-31 15:22:22 bricken Exp $ */
    88/*
    99 * ABSTRACT: tgb internal .h file
     
    103103                void introduceDelayedPairs(poly* pa,int s);
    104104    virtual ~slimgb_alg();
     105    void cleanDegs(int lower, int upper);
    105106#ifndef HAVE_BOOST
    106107#ifdef USE_STDVECBOOL
     
    158159  int average_length;
    159160  int lastDpBlockStart;
     161  int lastCleanedDeg;
    160162  BOOLEAN isDifficultField;
    161163  BOOLEAN completed;
    162164  BOOLEAN is_homog;
    163  
     165  BOOLEAN tailReductions;
    164166  BOOLEAN eliminationProblem;
    165167  BOOLEAN F4_mode;
Note: See TracChangeset for help on using the changeset viewer.