Changeset 268ece in git
- Timestamp:
- Dec 10, 2009, 3:33:39 PM (13 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- b54a393fcb8e823c662951c5a6219096fb8a6800
- Parents:
- 32c11ff616c40bb7c3d5c756479b0507e505f330
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ChangeLog
r32c11f r268ece 2 2 - adaption to svn 3 3 - new command: farey 4 - extended: liftstd (also computes syzygies) (track 174) 4 5 - test for basering over Q for chinrem/farey 5 6 - (some) memory leaks fixed in fast_map (track 183) -
kernel/kstd1.cc
r32c11f r268ece 2082 2082 } 2083 2083 2084 2085 2084 kStrategy strat=new skStrategy; 2086 2085 strat->syzComp = syzComp; 2087 2086 strat->ak = si_max(idRankFreeModule(F),pMaxComp(p)); 2088 2089 2090 2091 2087 poly res; 2092 2088 … … 2101 2097 p_Delete(&pp, currRing); 2102 2098 #endif 2103 2104 2099 return res; 2105 2100 } … … 2128 2123 #endif 2129 2124 2130 2131 2125 if ((idIs0(F))&&(Q==NULL)) 2132 2126 { … … 2135 2129 return pp; 2136 2130 #endif 2137 2138 2131 return idCopy(p); /*F+Q=0*/ 2139 2132 } … … 2143 2136 strat->ak = si_max(idRankFreeModule(F),idRankFreeModule(p)); 2144 2137 strat->ak = si_max(strat->ak,(int)F->rank); 2145 2146 2138 2147 2139 if (pOrdSgn==-1) … … 2247 2239 } 2248 2240 delete(strat); 2249 2250 2241 #ifdef HAVE_PLURAL 2251 2242 if( tempF != F ) 2252 2243 id_Delete( &tempF, currRing); 2253 2244 #endif 2254 2255 2245 return shdl; 2256 2246 } -
kernel/kutil.cc
r32c11f r268ece 5986 5986 { 5987 5987 if ((r->m[l]!=NULL) 5988 && (strat->syzComp>0) 5989 && (pGetComp(r->m[l])<=strat->syzComp)) 5988 //&& (strat->syzComp>0) 5989 //&& (pGetComp(r->m[l])<=strat->syzComp) 5990 ) 5990 5991 { 5991 5992 for(q=IDELEMS(Q)-1; q>=0;q--)
Note: See TracChangeset
for help on using the changeset viewer.