==================================
by Óscar Fernández Ayala oscar00ayala@gmail.com
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.
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
Please report any problems you may encounter using liebreadth at https://github.com/osferay/autf2/issues
The AutF2 package is licensed under the GNU General Public License v2.0 or later. A copy of this license is included.