Changeset a4771e1 in git for kernel/GBEngine/khstd.cc


Ignore:
Timestamp:
Sep 15, 2014, 9:11:04 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
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/GBEngine/khstd.cc

    rc4e319 ra4771e1  
    1111
    1212#include <kernel/mod2.h>
     13
    1314#include <misc/options.h>
    1415#include <misc/intvec.h>
     16
    1517#include <polys/simpleideals.h>
    16 #include <kernel/polys.h>
     18
     19#include <kernel/combinatorics/stairc.h>
     20#include <kernel/combinatorics/hilb.h>
     21
    1722#include <kernel/GBEngine/kutil.h>
    18 #include <kernel/combinatorics/stairc.h>
    1923#include <kernel/GBEngine/kstd1.h>
    2024#include <kernel/GBEngine/khstd.h>
     25
     26#include <kernel/polys.h>
    2127
    2228#define ADIDEBUG 0
Note: See TracChangeset for help on using the changeset viewer.