Changeset cae954 in git for kernel/tgb_internal.h


Ignore:
Timestamp:
Feb 24, 2006, 1:57:38 PM (18 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
cb1f9b76e8a13445d296089700e56745f63ef5bd
Parents:
bdabc89c64ddfdf9785490a67e7aef5a1656f7a4
Message:
*bricken: reverted back, no idea, why this is was so slow


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

Legend:

Unmodified
Added
Removed
  • kernel/tgb_internal.h

    rbdabc8 rcae954  
    55*  Computer Algebra System SINGULAR     *
    66****************************************/
    7 /* $Id: tgb_internal.h,v 1.29 2006-02-24 10:12:32 bricken Exp $ */
     7/* $Id: tgb_internal.h,v 1.30 2006-02-24 12:57:37 bricken Exp $ */
    88/*
    99 * ABSTRACT: tgb internal .h file
     
    1818#include "polys.h"
    1919#include "stdlib.h"
    20 //#define HAVE_BOOST 1
     20#define HAVE_BOOST 1
    2121#ifdef HAVE_BOOST
    2222#include "boost/dynamic_bitset.hpp"
     
    211211sorted_pair_node* quick_pop_pair(slimgb_alg* c);
    212212sorted_pair_node* top_pair(slimgb_alg* c);
    213 sorted_pair_node** add_to_basis_ideal_quotient(poly h, int i_pos, int j_pos,slimgb_alg* c, int* ip, BOOLEAN new_pairs=TRUE);
     213sorted_pair_node** add_to_basis_ideal_quotient(poly h, int i_pos, int j_pos,slimgb_alg* c, int* ip);//, BOOLEAN new_pairs=TRUE);
    214214sorted_pair_node**  spn_merge(sorted_pair_node** p, int pn,sorted_pair_node **q, int qn,slimgb_alg* c);
    215215int kFindDivisibleByInS_easy(kStrategy strat,const red_object & obj);
Note: See TracChangeset for help on using the changeset viewer.