Changeset e6e2198 in git for kernel/ideals.cc
- Timestamp:
- Jul 19, 2011, 2:55:15 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 9af8d18f6e21c2f069928976d6e838a31bc09be8
- Parents:
- a5b80ad3b2ba6b55dfd6561003ab3550208b5f91
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-07-19 14:55:15+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:40:42+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/ideals.cc
ra5b80a re6e2198 8 8 9 9 /* includes */ 10 #include <kernel/mod2.h> 10 #include "mod2.h" 11 11 12 12 13 #ifndef NDEBUG 13 14 # define MYTEST 0 14 15 #else /* ifndef NDEBUG */ 15 # define MYTEST 116 # define MYTEST 0 16 17 #endif /* ifndef NDEBUG */ 17 18 19 #include <omalloc/omalloc.h> 20 18 21 #include <misc/options.h> 19 #include < omalloc/omalloc.h>20 #include <kernel/febase.h> 22 #include <misc/intvec.h> 23 21 24 #include <coeffs/coeffs.h> 22 25 #include <coeffs/numbers.h> 23 #include <kernel/longrat.h> 26 24 27 #include <polys/polys.h> 25 28 #include <polys/monomials/ring.h> 26 #include <kernel/kstd1.h>27 29 #include <polys/matpol.h> 28 30 #include <polys/weight.h> 29 #include <misc/intvec.h>30 #include <kernel/syz.h>31 31 #include <polys/sparsmat.h> 32 #include <kernel/ideals.h>33 32 #include <polys/prCopy.h> 34 33 #include <polys/nc/nc.h> 34 35 #include <kernel/ideals.h> 36 37 #include <kernel/febase.h> 38 #include <kernel/kstd1.h> 39 #include <kernel/syz.h> 40 41 #include <kernel/longrat.h> 35 42 36 43
Note: See TracChangeset
for help on using the changeset viewer.