Skip to content
Snippets Groups Projects
Unverified Commit c4e8c845 authored by Tom Wiesing's avatar Tom Wiesing :speech_balloon:
Browse files

Add an example GAP server

parent 7fc0778c
No related branches found
No related tags found
No related merge requests found
LoadPackage("scscp");
InstallSCSCPprocedure( "DihedralGroup", DihedralGroup, 1, 1);
InstallSCSCPprocedure( "DihedralGroupAsPermGroup", n -> DihedralGroup(IsPermGroup,n), 1, 1);
RunSCSCPserver( "localhost", 26133 );
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment