Skip to content

Osferay/AutF2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The GAP package AutF2

==================================

by Óscar Fernández Ayala oscar00ayala@gmail.com

About

The AutF2 package provides methods to solve the conjugacy problem in the group of automorphisms of the free group of rank 2. It includes a bundled copy of the C++ library CBraid.

Installation

First place the folder in the pkg subdirectory of your gap folder, or in any other folder where you have write permission. You can verify if GAP recognizes the AutF2 package using the following command:

gap> LoadPackage("autf2");
─────────────────────────────────────────────────────────────────────────────
Loading  AutF2 0.1 (Computations for the automorphisms group of F2)
by Oscar Fernandez Ayala (https://osferay.github.io/).
Homepage: https://osferay.github.io/research/software/autf2
Report issues at https://github.com/osferay/autf2/issues
─────────────────────────────────────────────────────────────────────────────
true

To compile the C++ library, run the following from the package’s base directory:

cd src; make

Support

Please report any problems you may encounter using liebreadth at https://github.com/osferay/autf2/issues

License

The AutF2 package is licensed under the GNU General Public License v2.0 or later. A copy of this license is included.

About

Functions to compute with automorphisms of F2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published