GAMS Rev 142 Intel /Linux 03/07/06 09:48:02 Page 1 G e n e r a l A l g e b r a i c M o d e l i n g S y s t e m C o m p i l a t i o n 1 set 2 astro/sun, moon, stars, planets/ 3 numbers/1*6/ 4 elements /elt1*elt4/ 5 ; 6 7 table junk(numbers,astro) 8 * include a file from the current directory to fill out this table 9 INCLUDE /afs/cs.wisc.edu/u/s/w/swright/public/html/635/examples/stars.dat 11 sun moon stars planets 12 1 182 72.4 6.2 7.1 13 2 7.41 8.45 7.12 8.23 14 3 7.3 1.24 4.6 2.38 15 4 8.1 5.45 1.35 4.35 16 5 2.35 4.91 5.71 2.13 17 6 5.45 7.31 8.31 8.24 18 ; 19 20 21 * include file from subdirectory starsdir to define the parameter junk2. 22 * In unix, need to invoke stars.gms with the command 23 * "gams stars idir ./starsdir" 24 INCLUDE /afs/cs.wisc.edu/u/s/w/swright/public/html/635/examples/starsdir/stars2.dat 26 27 table junk2(elements,astro) 28 sun moon stars planets 29 elt1 20 40.2 14.2 .024 30 elt2 20.3 12.0 0.12 1.2 31 elt3 7.3 1.24 4.6 2.38 32 elt4 8.1 5.45 1.35 4.35 33 ; 34 35 36 display junk, junk2; GAMS Rev 142 Intel /Linux 03/07/06 09:48:02 Page 2 G e n e r a l A l g e b r a i c M o d e l i n g S y s t e m Include File Summary SEQ GLOBAL TYPE PARENT LOCAL FILENAME 1 1 INPUT 0 0 /afs/cs.wisc.edu/u/s/w/swright/public/html/635/examples/stars.gms 2 10 INCLUDE 1 10 ./afs/cs.wisc.edu/u/s/w/swright/public/html/635/examples/stars.dat 3 25 INCLUDE 1 16 ./afs/cs.wisc.edu/u/s/w/swright/public/html/635/examples/starsdir/stars2.dat COMPILATION TIME = 0.001 SECONDS 3.2 Mb LNX217-142 Apr 27, 2005 GAMS Rev 142 Intel /Linux 03/07/06 09:48:02 Page 3 G e n e r a l A l g e b r a i c M o d e l i n g S y s t e m E x e c u t i o n ---- 36 PARAMETER junk sun moon stars planets 1 182.000 72.400 6.200 7.100 2 7.410 8.450 7.120 8.230 3 7.300 1.240 4.600 2.380 4 8.100 5.450 1.350 4.350 5 2.350 4.910 5.710 2.130 6 5.450 7.310 8.310 8.240 ---- 36 PARAMETER junk2 sun moon stars planets elt1 20.000 40.200 14.200 0.024 elt2 20.300 12.000 0.120 1.200 elt3 7.300 1.240 4.600 2.380 elt4 8.100 5.450 1.350 4.350 EXECUTION TIME = 0.001 SECONDS 3.7 Mb LNX217-142 Apr 27, 2005 USER: Computer Sciences Dept. G050512/0001AS-LNX University of Wisconsin-Madison DC2621 License for teaching and research at degree granting institutions **** FILE SUMMARY Input /afs/cs.wisc.edu/u/s/w/swright/public/html/635/examples/stars.gms Output /afs/cs.wisc.edu/u/s/w/swright/public/html/635/examples/stars.lst