Show test-GenMult.C syntax highlighted
// Copyright (C) 1994 The New York Group Theory Cooperative
// See magnus/doc/COPYRIGHT for the full notice.
// Contents: test-GenMult.
//
// Principal Author: Sarah Rees
//
// Status: in progress
//
// Revision History:
//
#include "GenMult.h"
#include "FPGroup.h"
#include "Set.h"
#include "Word.h"
main()
{
GenMult GM;
GM.readFrom();
GM.printOn(cout);
}
See more files for this project here