Changeset 866c96 in git
- Timestamp:
- Apr 10, 2001, 3:33:14 PM (22 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 937cbcd9541714ba32c2fe91312690e65edf6f2f
- Parents:
- ccf43d58abf14bf64c73305060660df4521545e0
- Location:
- libfac
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libfac/00README
rccf43d5 r866c96 1 This is the file 00README.libfac for version prae 0.3.0 of libfac. 2 3 ######### What is libfac? 4 libfac is an extension to factory (see the factory documentation for details 5 about factory and what it does; look at REQUIREMENTS how to get factory), 1 This is the file 00README.libfac for version 0.3.0 of libfac. 2 3 ######### What is Singular-libfac? 4 libfac is an extension to Singular-factory (see the factory documentation for 5 details about factory and what it does; look at REQUIREMENTS how to get 6 factory), 6 7 which implements factorization of polynomials over finite fields and algorithms 7 8 for manipulation of polynomial ideals via the characteristic set methods … … 16 17 (c) 1996 Michael Messollen <michael@math.uni-sb.de> 17 18 18 This software is *not* free software. 19 For detail see the file COPYING 19 20 20 21 The authors of Macaulay2 and Singular are allowed to distribute the sources 21 22 with their source code of the respective programs. 22 23 Anyone is allowed to distribute:24 a) this 00README alone25 b) your code/binary or whatever which uses a binary version of this library26 (libfac.a, libfac-g.a, and/or libsingfac.a), if you state anywhere in your27 documentation, that you use this code, who is and how to contact the28 author. If you don't have a documentation for your code/binary or29 whatever, you have to distribute this 00README as well.30 31 In other words: You are not allowed to distribute the sources or part of the32 sources, even if you have got them with a distribution, e.g. like Macaulay2 or33 Singular! Tell those people which want sources, how to contact the author.34 35 In no event you are allowed to modify the sources (beside the Makefile's,36 configure.in, configure, makedirs and install-sh).37 38 Note that no permission is granted to extract a portion of the source code of39 this library and incorporate it into another program.40 41 No written agreement, license, or royalty fee is required for any of the42 authorized uses.43 44 Note: This restricted copyright will change in future to a more "free" one.45 But for now I want to keep track of the sources (this is the intention of the46 restrictions of this license). They aren't in their final state and there will47 be bugs (or even "features"). So please let *me* fix any problems.48 49 If your intended use of this library is not covered by the license above,50 please contact the author so we can work something out.51 52 How to contact the author:53 54 Michael Messollen55 Univ. Saarbruecken56 FB 9.1 Mathematik57 66041 Saarbruecken58 GERMANY59 email: michael@math.uni-sb.de60 61 ######### DISCLAIMER #####################62 63 IN NO EVENT SHALL THE AUTHOR OR DISTRIBUTORS BE LIABLE TO ANY PARTY64 FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES65 ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY66 DERIVATIVES THEREOF, EVEN IF THE AUTHOR HAS BEEN ADVISED OF THE67 POSSIBILITY OF SUCH DAMAGE.68 69 THE AUTHOR AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,70 INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,71 FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE72 IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHOR AND DISTRIBUTORS HAVE73 NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR74 MODIFICATIONS.75 23 76 24 ######### REQUIREMENTS ################### 77 25 * You need the library factory, which is part of Singular, to compile this 78 26 code. Get it from 79 ftp://www.mathematik.uni-kl.de/pub/Math/ Factory or27 ftp://www.mathematik.uni-kl.de/pub/Math/Singular/Factory or 80 28 http://www.mathematik.uni-kl.de/ftp/pub/Math/Singular/Factory 81 29 … … 106 54 **** or, better, use configure. 107 55 108 109 56 If you have found a bug (beside the KNOWN BUGS, see KNOWN BUGS section later), 110 *please* email me: michael@math.uni-sb.de 57 *please* email me: michael@math.uni-sb.de or singular@mathematik.uni-kl.de 111 58 Please include the characteristic and the ideal(s)/polynomial(s) you tried as 112 59 well as the factoryversion you used (Best to include all your input!). … … 135 82 "Factorization over algebraic function field required!" 136 83 if this program needs factorization over an algebraic function field, which 137 is not yet implemented (but I'm working on it).84 is not yet implemented. 138 85 Don't trust the result you'll get in such a case!!!!!! 139 86 Since version 0.3.0 this problem is gone. (or should be :-) ) … … 158 105 o Factorization is slow for large polynomials. There are mainly two reasons 159 106 for this: 160 a) the factorization algorithm is shipped with no "tricks" yet. (I'm working 161 on that, but it heavily depends on b) ) 107 a) the factorization algorithm is shipped with no "tricks" yet. 162 108 b) factory has an extremely slow GCD-algorithm for the case of 163 characteristic p>0 ( people are working on it )109 characteristic p>0 164 110 There will be a quite different, faster factorization algorithm in the 165 111 future. 166 167 Problems will be fixed in a later version of libfac .168 112 169 113 ######### Changes: -
libfac/ChangeLog
rccf43d5 r866c96 1 Tue Apr 10 15:34:04 CEST 2001 Hans Schoenemann <hannes@mathematik.uni-kl.de> 2 3 * changed copyright notice to GPL 4 1 5 Wed Jun 03 14:42:51 1998 <pohl@FUECHSE> 2 6
Note: See TracChangeset
for help on using the changeset viewer.