=================================================================== RCS file: /home/cvs/OpenXM/src/k097/lib/minimal/minimal.k,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- OpenXM/src/k097/lib/minimal/minimal.k 2000/05/03 06:42:07 1.1 +++ OpenXM/src/k097/lib/minimal/minimal.k 2000/05/04 11:05:20 1.4 @@ -1,6 +1,10 @@ -/* $OpenXM$ */ +/* $OpenXM: OpenXM/src/k097/lib/minimal/minimal.k,v 1.3 2000/05/04 06:55:28 takayama Exp $ */ #define DEBUG 1 /* #define ORDINARY 1 */ +/* If you run this program on openxm version 1.1.2 (FreeBSD), + make a symbolic link by the command + ln -s /usr/bin/cpp /lib/cpp +*/ /* Test sequences. Use load["minimal.k"];; @@ -367,6 +371,15 @@ def SnewArrayOfFormat(p) { return(null); } } +def ScopyArray(a) { + local n, i,ans; + n = Length(a); + ans = NewArray(n); + for (i=0; i The betti numbers are 3, 2. + a=Sannfs2("x^3-y^2-x"); : it causes an error. It should be fixed. + a=Sannfs2("x*y*(x-y)"); : it causes an error. It should be fixed. + +*/ + +