Symbolic Computation Software Composability Protocol in GAP
Version 2.4.3
Released 2024-07-07
This project is maintained by Olexandr Konovalov, Steve Linton, The GAP Team
The GAP package SCSCP implements the Symbolic Computation Software Composability Protocol for the computational algebra system GAP in accordance with:
To run the demo, open two terminal windows. In the first window, start the server with
cd <path>/scscp/example
gap myserver.g
and then in the second window start the demo with
cd <path>/scscp/demo
gap rundemo.g
In the GAP session started by the demo, press any key other than ‘q’ to run the next command, and press ‘q’ to stop the demo.
Please submit bug reports, suggestions for improvements and patches via the issue tracker: https://github.com/gap-packages/scscp/issues.
Olexandr Konovalov, Steve Linton