1 | #include <omalloc/omalloc.h> |
---|
2 | #include <misc/auxiliary.h> |
---|
3 | #ifdef HAVE_FACTORY |
---|
4 | #include <factory/factory.h> // :( |
---|
5 | #endif |
---|
6 | |
---|
7 | #include <misc/intvec.h> |
---|
8 | #include <misc/int64vec.h> |
---|
9 | #include <misc/mylimits.h> |
---|
10 | #include <misc/options.h> |
---|
11 | |
---|
12 | #include <reporter/reporter.h> |
---|
13 | |
---|
14 | #include <resources/feFopen.h> |
---|
15 | #include <resources/feResource.h> |
---|
16 | |
---|
17 | #include <coeffs/coeffs.h> |
---|
18 | |
---|
19 | #include <coeffs/si_gmp.h> |
---|
20 | |
---|
21 | #include <polys/kbuckets.h> |
---|
22 | #include <polys/matpol.h> |
---|
23 | #include <polys/mod_raw.h> |
---|
24 | #include <polys/prCopy.h> |
---|
25 | #include <polys/sbuckets.h> |
---|
26 | #include <polys/simpleideals.h> |
---|
27 | #include <polys/weight.h> |
---|
28 | |
---|
29 | #include <polys/monomials/maps.h> |
---|
30 | #include <polys/monomials/monomials.h> |
---|
31 | #include <polys/monomials/p_polys.h> |
---|
32 | #include <polys/monomials/ring.h> |
---|
33 | |
---|
34 | #include <polys/nc/nc.h> |
---|
35 | #include <polys/nc/ncSACache.h> |
---|
36 | #include <polys/nc/ncSAFormula.h> |
---|
37 | #include <polys/nc/ncSAMult.h> |
---|
38 | #include <polys/nc/sca.h> |
---|
39 | #include <polys/nc/summator.h> |
---|
40 | |
---|
41 | |
---|
42 | #include <polys/templates/p_MemAdd.h> |
---|
43 | #include <polys/templates/p_Procs.h> |
---|
44 | |
---|
45 | #include <polys/operations/pShallowCopyDelete.h> |
---|
46 | |
---|
47 | #include <polys/clapsing.h> |
---|
48 | |
---|
49 | |
---|
50 | #ifdef HAVE_FACTORY |
---|
51 | int initializeGMP(){ return 1; } // NEEDED FOR MAIN APP. LINKING!!! |
---|
52 | #endif |
---|
53 | |
---|
54 | |
---|
55 | #include <coeffs/numbers.h> |
---|
56 | #include <polys/polys.h> |
---|
57 | |
---|
58 | #include "mod2.h" |
---|
59 | #include "structs.h" |
---|
60 | |
---|
61 | |
---|
62 | // HEADERS: |
---|
63 | #include "hutil.h" |
---|
64 | //#include "idrec.h" // moved to Singular |
---|
65 | #include "stairc.h" |
---|
66 | #include "ideals.h" |
---|
67 | #include "syz.h" |
---|
68 | #include "fast_maps.h" |
---|
69 | #include "febase.h" |
---|
70 | #include "walkProc.h" |
---|
71 | #include "walkMain.h" |
---|
72 | #include "walkSupport.h" |
---|
73 | #include "khstd.h" |
---|
74 | /// #include "sparsmat.h" // TODO: install polys/this! |
---|
75 | //+ |
---|
76 | |
---|
77 | #include "fglm.h" |
---|
78 | #include "kstd1.h" |
---|
79 | #include "fglmgauss.h" |
---|
80 | #include "fglmvec.h" |
---|
81 | #include "kstdfac.h" |
---|
82 | #include "kmatrix.h" |
---|
83 | #include "GMPrat.h" |
---|
84 | #include "multicnt.h" |
---|
85 | #include "npolygon.h" |
---|
86 | #include "semic.h" |
---|
87 | #include "spectrum.h" |
---|
88 | #include "splist.h" |
---|
89 | #include "multicnt.h" |
---|
90 | #include "eigenval.h" |
---|
91 | #include "units.h" |
---|
92 | #include "fegetopt.h" |
---|
93 | #include "ratgring.h" |
---|
94 | #include "shiftgb.h" |
---|
95 | #include "mmalloc.h" |
---|
96 | #include "gfan.h" |
---|
97 | |
---|
98 | #include "kutil.h" |
---|
99 | |
---|
100 | // #include "dbm_sl.h" // TODO: needs si_link// already moved to Singular/! |
---|
101 | |
---|
102 | // #include "CCRing.h" // Too old! |
---|
103 | #include "digitech.h" |
---|
104 | #include "eigenval.h" |
---|
105 | #include "fast_maps.h" |
---|
106 | #include "fast_mult.h" |
---|
107 | #include "febase.h" |
---|
108 | #include "fegetopt.h" |
---|
109 | |
---|
110 | #include "fglmgauss.h" |
---|
111 | #include "fglm.h" |
---|
112 | #include "fglmvec.h" |
---|
113 | |
---|
114 | ////////#include "F5cData.h" |
---|
115 | #include "f5c.h" |
---|
116 | #include "f5data.h" |
---|
117 | #include "f5gb.h" |
---|
118 | #include "f5lists.h" |
---|
119 | ////////#include "F5cLists.h" |
---|
120 | |
---|
121 | #include "gfan.h" |
---|
122 | |
---|
123 | |
---|
124 | #include "GMPrat.h" |
---|
125 | |
---|
126 | // #include "htmlhelp.h" // For Windows // |
---|
127 | #include "hutil.h" |
---|
128 | // #include "Ideal.h" // Too old? |
---|
129 | |
---|
130 | |
---|
131 | #include "ideals.h" |
---|
132 | |
---|
133 | #include "kmatrix.h" |
---|
134 | #include "kstd1.h" |
---|
135 | #include "kstdfac.h" |
---|
136 | #include "khstd.h" |
---|
137 | |
---|
138 | #include "linearAlgebra.h" |
---|
139 | |
---|
140 | |
---|
141 | |
---|
142 | // #include "lplist.h" // Too old! |
---|
143 | #include "mmalloc.h" |
---|
144 | #include "multicnt.h" |
---|
145 | #include "npolygon.h" |
---|
146 | // #include "Number.h" // Too old? |
---|
147 | #include "page.h" |
---|
148 | // #include "Poly.h" // Too old? |
---|
149 | // #include "PowerSeries.h" // Too old? |
---|
150 | |
---|
151 | |
---|
152 | #include "ratgring.h" |
---|
153 | #include "ringgb.h" |
---|
154 | #include "run.h" |
---|
155 | #include "semic.h" |
---|
156 | #include "shiftgb.h" |
---|
157 | // #include "si_gmp.h" // remove it... |
---|
158 | #include "spectrum.h" |
---|
159 | #include "splist.h" |
---|
160 | #include "stairc.h" |
---|
161 | #include "structs.h" |
---|
162 | #include "syz.h" |
---|
163 | // #include "testpoly.h" // Too old? |
---|
164 | |
---|
165 | #include "tgbgauss.h" |
---|
166 | #include "tgb.h" |
---|
167 | |
---|
168 | #include "timer.h" |
---|
169 | |
---|
170 | #include "units.h" |
---|
171 | #include "walkMain.h" |
---|
172 | #include "walkProc.h" |
---|
173 | #include "walkSupport.h" |
---|
174 | |
---|
175 | |
---|
176 | // #include <polys/clapconv.h> // due to factory? :( |
---|
177 | // #include "tgb_internal.h" // :( |
---|
178 | // #include "F4.h" // uses tgb_internal // :( |
---|
179 | // #include "IIntvec.h" // :( |
---|
180 | |
---|
181 | |
---|
182 | |
---|
183 | |
---|
184 | // Sources: |
---|
185 | /* |
---|
186 | #include "febase.cc" |
---|
187 | #include "feread.cc" |
---|
188 | #include "hdegree.cc" |
---|
189 | #include "hilb.cc" |
---|
190 | #include "hutil.cc" |
---|
191 | #include "gr_kstd2.cc" |
---|
192 | #include "ideals.cc" |
---|
193 | #include "int64vec.cc" |
---|
194 | #include "khstd.cc" |
---|
195 | #include "kstdfac.cc" |
---|
196 | #include "kstd1.cc" |
---|
197 | #include "kstd2.cc" |
---|
198 | #include "kutil.cc" |
---|
199 | // #include "maps.cc" // moved to polys |
---|
200 | // #include "matpol.cc" // same! |
---|
201 | #include "misc.cc" |
---|
202 | // #include "sparsmat.cc" // same! |
---|
203 | #include "fast_maps.cc" |
---|
204 | #include "fglmzero.cc" // looks like <factory/templates/ftmpl_list.h> must be installed! |
---|
205 | #include "fglmvec.cc" |
---|
206 | #include "fglmgauss.cc" |
---|
207 | #include "fglmhom.cc" |
---|
208 | #include "fglmcomb.cc" |
---|
209 | // #include "numbers.cc" // moved |
---|
210 | // #include "polys.cc" // same |
---|
211 | // #include "p_polys.cc" // same |
---|
212 | // #include "polys0.cc" // same |
---|
213 | // #include "polys1.cc" // same |
---|
214 | // #include "polys-impl.cc" // same |
---|
215 | #include "kspoly.cc" |
---|
216 | #include "syz.cc" |
---|
217 | #include "syz0.cc" |
---|
218 | #include "syz1.cc" |
---|
219 | #include "syz2.cc" |
---|
220 | #include "syz3.cc" |
---|
221 | #include "timer.cc" |
---|
222 | #include "GMPrat.cc" |
---|
223 | #include "multicnt.cc" |
---|
224 | #include "npolygon.cc" |
---|
225 | #include "semic.cc" |
---|
226 | #include "spectrum.cc" |
---|
227 | #include "splist.cc" |
---|
228 | #include "walkProc.cc" |
---|
229 | #include "walkMain.cc" |
---|
230 | #include "walkSupport.cc" |
---|
231 | #include "eigenval.cc" |
---|
232 | #include "units.cc" |
---|
233 | #include "fast_mult.cc" |
---|
234 | #include "digitech.cc" |
---|
235 | #include "tgb.cc" |
---|
236 | #include "tgbgauss.cc" |
---|
237 | #include "ringgb.cc" |
---|
238 | #include "f5data.cc" |
---|
239 | #include "f5lists.cc" |
---|
240 | #include "f5gb.cc" |
---|
241 | #include "f5c.cc" |
---|
242 | #include "F5cLists.cc" |
---|
243 | #include "ratgring.cc" |
---|
244 | #include "shiftgb.cc" |
---|
245 | #include "gfan.cc" |
---|
246 | #include "linearAlgebra.cc" |
---|
247 | |
---|
248 | |
---|
249 | // TODO: looks like <coeffs/mpr_complex.h> must be installed! |
---|
250 | |
---|
251 | // Now ALL the sources from here... |
---|
252 | #include "digitech.cc" |
---|
253 | #include "eigenval.cc" |
---|
254 | #include "F4.cc" |
---|
255 | #include "f5c.cc" |
---|
256 | #include "F5cData.cc" |
---|
257 | #include "F5cLists.cc" |
---|
258 | #include "f5data.cc" |
---|
259 | #include "f5gb.cc" |
---|
260 | #include "f5lists.cc" |
---|
261 | #include "fast_maps.cc" |
---|
262 | #include "fast_mult.cc" |
---|
263 | #include "febase.cc" |
---|
264 | #include "feread.cc" |
---|
265 | #include "fglmcomb.cc" |
---|
266 | #include "fglmgauss.cc" |
---|
267 | #include "fglmhom.cc" |
---|
268 | #include "fglmvec.cc" |
---|
269 | #include "fglmzero.cc" |
---|
270 | #include "gfan.cc" |
---|
271 | #include "GMPrat.cc" |
---|
272 | #include "gr_kstd2.cc" |
---|
273 | #include "hdegree.cc" |
---|
274 | #include "hilb.cc" |
---|
275 | #include "hutil.cc" |
---|
276 | #include "ideals.cc" |
---|
277 | #include "int64vec.cc" |
---|
278 | #include "khstd.cc" |
---|
279 | #include "kInline.h" |
---|
280 | #include "kpolys.cc" |
---|
281 | #include "kspoly.cc" |
---|
282 | #include "kstd1.cc" |
---|
283 | #include "kstd2.cc" |
---|
284 | #include "kstdfac.cc" |
---|
285 | #include "kutil.cc" |
---|
286 | #include "linearAlgebra.cc" |
---|
287 | #include "misc.cc" |
---|
288 | #include "mmalloc.cc" |
---|
289 | #include "multicnt.cc" |
---|
290 | #include "npolygon.cc" |
---|
291 | #include "ratgring.cc" |
---|
292 | #include "ringgb.cc" |
---|
293 | #include "semic.cc" |
---|
294 | #include "shiftgb.cc" |
---|
295 | #include "spectrum.cc" |
---|
296 | #include "splist.cc" |
---|
297 | #include "syz0.cc" |
---|
298 | #include "syz1.cc" |
---|
299 | #include "syz2.cc" |
---|
300 | #include "syz3.cc" |
---|
301 | #include "syz.cc" |
---|
302 | #include "tgb.cc" |
---|
303 | #include "tgbgauss.cc" |
---|
304 | #include "timer.cc" |
---|
305 | #include "units.cc" |
---|
306 | #include "walkMain.cc" |
---|
307 | #include "walkProc.cc" |
---|
308 | #include "walkSupport.cc" |
---|
309 | */ |
---|
310 | |
---|
311 | |
---|
312 | |
---|
313 | int main( int, char *argv[] ) |
---|
314 | { |
---|
315 | feInitResources(argv[0]); |
---|
316 | |
---|
317 | StringSetS("ressources in use (as reported by feStringAppendResources(0):\n"); |
---|
318 | feStringAppendResources(0); |
---|
319 | PrintS(StringAppendS("\n")); |
---|
320 | |
---|
321 | return 0; |
---|
322 | } |
---|