Changes in sage/rings/polynomial/multi_polynomial_ideal_libsingular.pyx [6591:a75b07e090b4:5922:ed68ef130c70]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sage/rings/polynomial/multi_polynomial_ideal_libsingular.pyx
r6591 r5922 171 171 return res 172 172 173 173 174 def interred_libsingular(I): 174 175 """ … … 184 185 cdef poly *p 185 186 cdef int j 186 cdef int bck187 187 188 188 i = sage_ideal_to_singular_ideal(I) 189 189 r = currRing 190 190 191 bck = singular_options[0]192 singular_options[0] = singular_options[0] | Sy_bit(OPT_REDTAIL)|Sy_bit(OPT_REDSB)193 191 result = kInterRed(i,NULL) 194 singular_options[0] = bck195 196 192 197 193 # divide head by coefficents
Note: See TracChangeset
for help on using the changeset viewer.
