Changeset 69dcbd in git
- Timestamp:
- Aug 3, 2011, 3:39:08 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 0e7635908ba5356fa51c0a4755ec1eae88a9b328
- Parents:
- 3f07d198bf060a2be164d622a9aa6feb168223f2
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-03 15:39:08+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:15+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/syz1.cc
r3f07d1 r69dcbd 8 8 9 9 #include <kernel/mod2.h> 10 10 11 #include <omalloc/mylimits.h> 12 #include <omalloc/omalloc.h> 13 11 14 #include <misc/options.h> 12 #include <omalloc/omalloc.h> 15 #include <misc/intvec.h> 16 #include <coeffs/numbers.h> 17 18 #include <polys/monomials/ring.h> 19 #include <polys/kbuckets.h> 20 #include <polys/prCopy.h> 21 13 22 #include <polys/polys.h> 23 14 24 #include <kernel/febase.h> 15 25 #include <kernel/kstd1.h> … … 17 27 #include <kernel/stairc.h> 18 28 //#include "cntrlc.h" 19 #include <misc/intvec.h>20 #include <coeffs/numbers.h>21 29 #include <kernel/modulop.h> 22 30 #include <kernel/ideals.h> 23 #include <misc/intvec.h>24 #include <polys/monomials/ring.h>25 31 #include <kernel/syz.h> 26 #include <polys/kbuckets.h> 27 #include <polys/prCopy.h> 28 #include <kernel/idrec.h> 32 // #include <kernel/idrec.h> 29 33 30 34 extern void p_Setm_Syz(poly p, ring r,
Note: See TracChangeset
for help on using the changeset viewer.