SCSCP

Symbolic Computation Software Composability Protocol in GAP

Version 2.4.2
Released 2024-01-31

This project is maintained by Olexandr Konovalov, Steve Linton, The GAP Team

Build Status Code Coverage

SCSCP

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.

Issue tracker

Please submit bug reports, suggestions for improvements and patches via the issue tracker: https://github.com/gap-packages/scscp/issues.

Olexandr Konovalov, Steve Linton