1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
#############################################################################
##
#W README.scscp The SCSCP package Alexander Konovalov
#W Steve Linton
##
#############################################################################
The SCSCP Package
-----------------
The GAP package SCSCP implements the Symbolic Computation Software
Composability protocol for the computational algebra system GAP in
accordance with:
* SCSCP specification:
http://www.symbolic-computing.org/scscp
* OpenMath content dictionary scscp1:
http://www.win.tue.nl/SCIEnce/cds/scscp1.html
* OpenMath content dictionary scscp2:
http://www.win.tue.nl/SCIEnce/cds/scscp2.html
Package's documentation is available in the 'scscp/doc' directory or
online at
http://www.cs.st-andrews.ac.uk/~alexk/scscp.htm
To run the demo, open two terminal windows. Then in the 1st window do
cd <path>/scscp/example
gap myserver.g
to start the server, and after this start the demo in the 2nd window
with
cd <path>/scscp/demo
gap rundemo.g
In the GAP session that will be started, press any key to run the next
command, except pressing 'q' to stop the demo.
Alexander Konovalov, Steve Linton November 2013
|