Changeset eab144e in git for kernel/f5gb.h


Ignore:
Timestamp:
Feb 19, 2009, 3:52:34 PM (14 years ago)
Author:
Christian Eder
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
4b81d7545fc37e400fa5c0f38007dab086da9031
Parents:
d51339db6eb09b5d56b6c91884e2abedf4f5b7b6
Message:
fmtm() example runs, cycli_n has problems, reductions are not made for some reason


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

Legend:

Unmodified
Added
Removed
  • kernel/f5gb.h

    rd51339 reab144e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: f5gb.h,v 1.27 2009-02-18 20:43:05 ederc Exp $ */
     4/* $Id: f5gb.h,v 1.28 2009-02-19 14:52:34 ederc Exp $ */
    55/*
    66* ABSTRACT: f5gb interface
     
    4747
    4848/*
    49 ================================================================
    50 computes a list of critical pairs for the next reduction process
    51 first element in gPrev is always the newest element which must
    52 build critical pairs with all other elements in gPrev
    53 NOTE: this is a special version for the call inside reduction()
    54       which adds to the already existing critical pairs new ones
    55 ================================================================
    56 */
    57 void criticalPairRed(LList* gPrev, CList* critPairs, LTagList* lTag, RTagList* rTag, RList* rules);
    58 
    59 /*
    6049========================================
    6150Criterion 1, i.e. Faugere's F5 Criterion
     
    7665==========================================================================================================
    7766*/
    78 bool criterion2(poly t, LPoly* l, RList* rules, Rule* lastRuleTested);
     67bool criterion2(poly t, LPoly* l, RList* rules, Rule* testedRule);
    7968
    8069/*
Note: See TracChangeset for help on using the changeset viewer.