  
  [1X1 [33X[0;0YThe TwistedConjugacy package[133X[101X
  
  [33X[0;0YThis  is  the  manual  for the [5XGAP[105X 4 package [5XTwistedConjugacy[105X version 3.1.0,
  developed by Sam Tertooy.[133X
  
  
  [1X1.1 [33X[0;0YInstallation[133X[101X
  
  [33X[0;0YYou    can   download   [5XTwistedConjugacy[105X   as   a   .tar.gz   archive   here
  ([7Xhttps://github.com/stertooy/TwistedConjugacy/releases/download/v3.1.0/TwistedConjugacy-3.1.0.tar.gz[107X).
  After extracting, you should place it in a suitable [11Xpkg[111X folder. For example,
  on  a  Debian-based Linux distribution (e.g. Ubuntu, Mint), you can place it
  in  [11X$HOME/.gap/pkg[111X (recommended) which makes it available for just yourself,
  or  in  the  [5XGAP[105X  installation  directory  ([11Xgap-X.Y.Z/pkg[111X)  which  makes  it
  available for all users.[133X
  
  [33X[0;0YYou  can  use  the  following command to efficiently install the package for
  yourself:[133X
  
  [4X[32X  Command  [32X[104X
    [4Xwget -qO- https://[...].tar.gz | tar xzf - --one-top-level=$HOME/.gap/pkg[104X
  [4X[32X[104X
  
  [33X[0;0YIf  the  [5XPackageManager[105X  package  is  installed  and loaded, you can install
  [5XTwistedConjugacy[105X   from   within   a   [5XGAP[105X   session   using  [2XInstallPackage[102X
  ([14XPackageManager: InstallPackage[114X).[133X
  
  [4X[32X  Example  [32X[104X
    [4X[25Xgap>[125X [27XInstallPackage( "https://[...].tar.gz" );[127X[104X
    [4X[28X...[128X[104X
    [4X[28Xtrue[128X[104X
  [4X[32X[104X
  
  
  [1X1.2 [33X[0;0YLoading[133X[101X
  
  [33X[0;0YOnce  installed,  loading  [5XTwistedConjugacy[105X can be done by using [2XLoadPackage[102X
  ([14XReference: LoadPackage[114X).[133X
  
  [4X[32X  Example  [32X[104X
    [4X[25Xgap>[125X [27XLoadPackage( "TwistedConjugacy" );[127X[104X
    [4X[28X...[128X[104X
    [4X[28Xtrue[128X[104X
  [4X[32X[104X
  
  
  [1X1.3 [33X[0;0YCiting[133X[101X
  
  [33X[0;0YIf  you  use the [5XTwistedConjugacy[105X package in your research, we would love to
  hear     about    your    work    via    an    email    to    the    address
  [7Xmailto:sam.tertooy@kuleuven.be[107X.   If  you  have  used  the  [5XTwistedConjugacy[105X
  package  in  the preparation of a paper and wish to refer to it, please cite
  it as described below.[133X
  
  [33X[0;0YIn BibTeX:[133X
  
  [4X[32X  BibTeX  [32X[104X
    [4X@misc{TC3.1.0,[104X
    [4X    author =       {Tertooy, Sam},[104X
    [4X    title =        {{TwistedConjugacy,[104X
    [4X                    Computation with twisted conjugacy classes,[104X
    [4X                    Version 3.1.0}},[104X
    [4X    note =         {GAP package},[104X
    [4X    year =         {2025},[104X
    [4X    howpublished = {\url{https://stertooy.github.io/TwistedConjugacy}}[104X
    [4X}[104X
  [4X[32X[104X
  
  [33X[0;0YIn BibLaTeX:[133X
  
  [4X[32X  BibLaTeX  [32X[104X
    [4X@software{TC3.1.0,[104X
    [4X    author =   {Tertooy, Sam},[104X
    [4X    title =    {TwistedConjugacy},[104X
    [4X    subtitle = {Computation with twisted conjugacy classes},[104X
    [4X    version =  {3.1.0},[104X
    [4X    note =     {GAP package},[104X
    [4X    year =     {2025},[104X
    [4X    url =      {https://stertooy.github.io/TwistedConjugacy}[104X
    [4X}[104X
  [4X[32X[104X
  
  
  [1X1.4 [33X[0;0YSupport[133X[101X
  
  [33X[0;0YIf  you  encounter  any  problems,  please  submit them to the issue tracker
  ([7Xhttps://github.com/stertooy/TwistedConjugacy/issues[107X).   If   you  have  any
  questions on the usage or functionality of [5XTwistedConjugacy[105X, you may contact
  me via email at [7Xmailto:sam.tertooy@kuleuven.be[107X.[133X
  
  [33X[0;0YBugs  in  [5XGAP[105X,  in  this  package,  or in any other package used directly or
  indirectly,  may  cause  functions  provided  by [5XTwistedConjugacy[105X to produce
  errors  or  incorrect  results.  To  help detect such issues, you can enable
  internal  checks  by setting the variable [10XTWC_ASSERT[110X to [9Xtrue[109X. Note that this
  will come at the cost of reduced performance.[133X
  
  [33X[0;0YFor  additional  safety, you can enable [5XGAP[105X's built-in assertion features by
  calling  [10XSetAssertionLevel(  [3Xlev[103X[10X )[110X (we recommend setting [3Xlev[103X to [10X2[110X) and, when
  working   with   PcpGroups,  setting  the  variables  [10XCHECK_CENT@Polycyclic[110X,
  [10XCHECK_IGS@Polycyclic[110X and [10XCHECK_INTSTAB@Polycyclic[110X to [9Xtrue[109X.[133X
  
