Changeset 7d6b46 in git
- Timestamp:
- Dec 19, 2013, 8:31:25 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- b3a87c62226305c750632a00317cc0d6e6b9404d
- Parents:
- 43e3e74830c90e9c4a1409347f434e8cb047c435
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/changes_in_singular4.texi
r43e3e7 r7d6b46 51 51 @itemize @bullet 52 52 @item @code{intStrategy} 53 @item @code{degBound} 54 @item @code{multBound} 55 ???? 53 @item @code{redTail} 54 @item @code{redThrough} 56 55 @end itemize 57 56 @c @end table 57 58 Also the following settings now belong to individual (currently active) polynomial rings: 59 60 @c @item @code{degBound} 61 @c @item @code{multBound} 62 63 @c table @asis 64 @itemize @bullet 65 @item @code{short} 66 @item @code{minpoly} 67 @item @code{noether} 68 @end itemize 69 @c @end table 70 58 71 59 72 Hence setting these options only affects the current ring. Be aware of this … … 81 94 @c table @asis 82 95 @itemize @bullet 83 @item The tree structure of the binary Singular distribution has been changed. The typical tree now looks as follows:84 *** add tree *** 96 @item The tree structure of the binary Singular distribution has been changed. 97 The typical tree now looks as show at @code{https://github.com/Singular/Sources/wiki/Sw-tree} 85 98 86 99 @item Accordingly Singular search paths (where Singular searches for libraries, dynamic modules, etc.) have been changed. You can display them by calling Singular by @code{Singular -v}. … … 148 161 149 162 In particular we have separated everything related to coeffcient rings into a separate library @code{libcoeffs}. 163 Dependency tree between restructured packages is show at @code{http://www.mathematik.uni-kl.de/~motsak/dox/singular.png} 150 164 151 165 @end itemize … … 154 168 155 169 156 @subsubheading Changes to build system 157 @cindex Changes to build system 170 @c @subsubheading Changes to build system 171 @c @cindex Changes to build system 172 158 173 159 174 @c ---------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.