Changeset a4771e1 in git for kernel/combinatorics/hilb.cc


Ignore:
Timestamp:
Sep 15, 2014, 9:11:04 PM (9 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
f7d39bddf5a7034fe148956d21d0cbe5d13c0021
Parents:
c4e3190c68044083d3437866d1695d9e714d52b5
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-15 21:11:04+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-09-23 20:08:14+02:00
Message:
Separation of hilbert function into kernel/combinatorics/hilb.h + include cleanup
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/combinatorics/hilb.cc

    rc4e319 ra4771e1  
    66*/
    77
    8 
    9 
    10 
    118#include <kernel/mod2.h>
    12 #include <kernel/structs.h>
     9
    1310#include <omalloc/omalloc.h>
    14 #include <kernel/polys.h>
     11#include <misc/auxiliary.h>
     12#include <misc/mylimits.h>
    1513#include <misc/intvec.h>
     14
     15#include <kernel/combinatorics/hilb.h>
     16#include <kernel/combinatorics/stairc.h>
    1617#include <kernel/combinatorics/hutil.h>
    17 #include <kernel/combinatorics/stairc.h>
     18
     19#include <polys/monomials/ring.h>
     20#include <polys/monomials/p_polys.h>
     21#include <polys/simpleideals.h>
     22
     23
     24// #include <kernel/structs.h>
     25// #include <kernel/polys.h>
    1826//ADICHANGES:
    1927#include <kernel/ideals.h>
    20 #include <kernel/GBEngine/kstd1.h>
    21 #include<gmp.h>
    22 #include<vector>
     28// #include <kernel/GBEngine/kstd1.h>
     29// #include<gmp.h>
     30// #include<vector>
    2331
    2432
Note: See TracChangeset for help on using the changeset viewer.