#include <iostream>
#include <vector>
#include "Word.h"
#include "errormsgs.h"
Go to the source code of this file.
Classes | |
class | Map |
Defines a representation of a map between two sets of words. More... | |
Namespaces | |
namespace | RMap |
Namespace for random map generating methods. | |
Functions | |
Map | RMap::getRandomWhiteheadAuto (int n) |
Returns a randomly generated Whitehead automorphism. | |
Map | RMap::getRandomAuto (int n, int l) |
Returns a randomly generated automorhism of a given length. |