Changeset e7bc2f in git for kernel/gfan.cc
- Timestamp:
- Nov 16, 2009, 9:15:52 AM (14 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 005d00a69a06222e30f1744e5e9276adcfd22649
- Parents:
- 49b670025f701087621c75ff8954762da3857106
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/gfan.cc
r49b670 re7bc2f 20 20 #include "maps.h" 21 21 #include "ring.h" 22 #include "structs.h" 23 #include "../Singular/lists.h" 22 24 #include "prCopy.h" 23 25 #include <iostream> … … 2900 2902 ideal gfan(ideal inputIdeal, int h) 2901 2903 { 2902 time_t tic,tac; 2903 time(&tic); 2904 2904 lists lResList=(lists)omAllocBin(slists_bin); 2905 lResList->Init(5); 2906 lResList->m[0].rtyp=INT_CMD; 2907 lResList->m[0].data=(int*)255; 2908 lResList->m[1].rtyp=MATRIX_CMD; 2909 lResList->m[1].data=(void*)NULL; 2910 lResList->m[2].rtyp=IDEAL_CMD; 2911 lResList->m[2].data=(ideal*)NULL; 2912 lResList->m[3].rtyp=RING_CMD; 2913 lResList->m[3].data=(ring*)NULL; 2914 lResList->m[4].rtyp=LIST_CMD; 2915 lResList->m[4].data=(lists)NULL; 2905 2916 int numvar = pVariables; 2906 2917 gfanHeuristic = h; … … 3003 3014 //res=gcAct->gcBasis; 3004 3015 //res=gcRoot->gcBasis; 3005 time(&tac);3006 cout << "Time: " << difftime(tac,tic) << "sec" << endl;3007 3016 return res; 3008 3017 //return GBlist;
Note: See TracChangeset
for help on using the changeset viewer.