Changeset 706551b in git
- Timestamp:
- Mar 25, 2014, 5:37:21 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 7cf3df1cef1de82a5c27384d86c49595a7738c60d7b7c665535e757c111c0bcbf7030b645b3b294b
- Parents:
- 66b1de771706655cf8a9c3924d1dac08150c8814444a61cc87f1046ef2b69176a7cbcb39e8ec86fb
- Files:
-
- 1 added
- 7 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r66b1de7 r706551b 77 77 #include <kernel/linearAlgebra.h> 78 78 79 #include <kernel/ hutil.h>79 #include <kernel/combinatorics/hutil.h> 80 80 81 81 // for tests of t-rep-GB -
Singular/ipshell.cc
r66b1de7 r706551b 49 49 ////// #include <coeffs/ffields.h> 50 50 #include <polys/clapsing.h> 51 #include <kernel/ hutil.h>51 #include <kernel/combinatorics/hutil.h> 52 52 #include <polys/monomials/ring.h> 53 53 #include <Singular/ipshell.h> -
Singular/test.cc
r66b1de7 r706551b 62 62 63 63 // HEADERS: 64 #include <kernel/ hutil.h>64 #include <kernel/combinatorics/hutil.h> 65 65 #include <kernel/stairc.h> 66 66 #include <kernel/ideals.h> … … 119 119 120 120 // #include "htmlhelp.h" // For Windows // 121 #include <kernel/ hutil.h>121 #include <kernel/combinatorics/hutil.h> 122 122 // #include <kernel/Ideal.h> // Too old? 123 123 -
Singular/walk_ip.cc
r66b1de7 r706551b 44 44 //#include <kernel/ffields.h> 45 45 #include <polys/clapsing.h> 46 #include <kernel/ hutil.h>46 #include <kernel/combinatorics/hutil.h> 47 47 #include <Singular/ipshell.h> 48 48 #include <kernel/groebner_walk/walkMain.h> -
configure.ac
r66b1de7 r706551b 204 204 AC_CONFIG_FILES([kernel/fglm/Makefile]) 205 205 AC_CONFIG_FILES([kernel/groebner_walk/Makefile]) 206 AC_CONFIG_FILES([kernel/combinatorics/Makefile]) 206 207 207 208 AC_CONFIG_SUBDIRS([gfanlib]) -
kernel/Makefile.am
r66b1de7 r706551b 2 2 # TODO: use ${top_srcdir} instead of .. in the above? 3 3 4 SUBDIRS=sample numeric fglm groebner_walk 4 SUBDIRS=sample numeric fglm groebner_walk combinatorics 5 5 # kernelsample 6 6 … … 13 13 14 14 SOURCES = polys.cc febase.cc feread.cc \ 15 hdegree.cc hilb.cc hutil.cc \16 15 ideals.cc \ 17 16 khstd.cc kstdfac.cc \ … … 36 35 libkernel_la_SOURCES = $(SOURCES) 37 36 38 KERNELHEADERS = mod2.h polys.h hutil.hstairc.h ideals.h \37 KERNELHEADERS = mod2.h polys.h stairc.h ideals.h \ 39 38 structs.h \ 40 39 syz.h \ … … 62 61 ${builddir}/fglm/libfglm.la \ 63 62 ${builddir}/groebner_walk/libgroebner_walk.la \ 63 ${builddir}/combinatorics/libcombinatorics.la \ 64 64 ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} \ 65 65 ${abs_top_builddir}/libpolys/polys/libpolys.la -
kernel/combinatorics/hdegree.cc
r66b1de7 r706551b 19 19 #include <misc/intvec.h> 20 20 #include <coeffs/numbers.h> 21 #include <kernel/ hutil.h>21 #include <kernel/combinatorics/hutil.h> 22 22 #include <kernel/stairc.h> 23 23 -
kernel/combinatorics/hilb.cc
r66b1de7 r706551b 15 15 #include <kernel/polys.h> 16 16 #include <misc/intvec.h> 17 #include <kernel/ hutil.h>17 #include <kernel/combinatorics/hutil.h> 18 18 #include <kernel/stairc.h> 19 19 //ADICHANGES: -
kernel/combinatorics/hutil.cc
r66b1de7 r706551b 15 15 #include <kernel/ideals.h> 16 16 #include <kernel/polys.h> 17 #include <kernel/ hutil.h>17 #include <kernel/combinatorics/hutil.h> 18 18 19 19 scfmon hexist, hstc, hrad, hwork; -
kernel/test.cc
r66b1de7 r706551b 67 67 68 68 // HEADERS: 69 #include <kernel/ hutil.h>69 #include <kernel/combinatorics/hutil.h> 70 70 #include <kernel/stairc.h> 71 71 #include <kernel/ideals.h>
Note: See TracChangeset
for help on using the changeset viewer.