Skip to content

schmollf/gap

 
 

Repository files navigation

Build Status Code Coverage

What is GAP?

GAP is a system for computational discrete algebra, with particular emphasis on Computational Group Theory. GAP provides a programming language, a library of thousands of functions implementing algebraic algorithms written in the GAP language as well as large data libraries of algebraic objects. See also the overview and the description of the mathematical capabilities.

GAP is used in research and teaching for studying groups and their representations, rings, vector spaces, algebras, combinatorial structures, and more. The system, including source, is distributed freely. You can study and easily modify or extend it for your special use.

In July 2008, GAP was awarded the ACM/SIGSAM Richard Dimick Jenks Memorial Prize for Excellence in Software Engineering applied to Computer Algebra.

How to obtain GAP?

The latest stable release of the GAP system together with all currently redistributed GAP packages can be obtained from our downloads page. For installation instructions see here.

You can compile the current development version of GAP from this repository by the following two commands

# ./configure
# make

Now, if you do not have a GAP package archive yet, we recommend that you bootstrap the stable versions of packages by executing on of the the following commands. Whether you choose to bootstrap-pkg-minimal or bootstrap-pkg-full depends on your needs for development. More information on the topic of how to handle the pkg subdirectory can be found here.

# make bootstrap-pkg-minimal

or

# make bootstrap-pkg-full

(in the latter case please that make bootstrap-pkg-full only unpacks packages but does not build those of them that require compilation).

If everything goes well, you should be able to start GAP by executing

# sh bin/gap.sh

You can also find development versions of some of the GAP packages on GitHub and Bitbucket.

We welcome contributions

The GAP Project welcomes contributions from everyone, in the shape of code, documentation, blog posts, or other. For contributions to this repository, please read the guidelines.

To keep up to date on GAP news (discussion of problems, release announcements, bug fixes), you can subscribe to the GAP forum and GAP development mailing lists, notifications on github, and follow us on Twitter.

If you have any questions about working with GAP, you can ask them on GAP forum (requires subscription) or GAP Support mailing lists.

Please tell us about your use of GAP in research or teaching. We maintain a bibliography of publications citing GAP. Please help us keeping it up to date.

About

Main development repository for GAP - Groups, Algorithms, Programming, a System for Computational Discrete Algebra

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • GAP 76.1%
  • C 9.8%
  • Brainfuck 2.8%
  • Makefile 1.5%
  • Roff 0.9%
  • Forth 0.8%
  • Other 8.1%