FSR

Feedback Shift Register Package

Version 1.2.2
Released 2019-05-15

This project is maintained by

Build Status Code Coverage

The FSR package for GAP

This is the README file for the GAP package “FSR” (Feedback Shift Register).

Contact

Nusa zidaric, Mark Aagaard, Guang Gong {nzidaric, maagaard, ggong}@uwaterloo.ca

Installation and usage

Extract to gapinstallation/pkg/. That’s it. Now start GAP and type

LoadPackage("FSR");

The “FSR” package banner should appear on the screen.

If you update a single *.gd/*.gi pair:

gap> RereadPackage("FSR", "lib/*.gd");
true
gap> RereadPackage("FSR", "lib/*.gi");
true