ShortBraidForm.h

Go to the documentation of this file.
00001 
00002 #ifndef _ShortBraidForm_h_
00003 #define _ShortBraidForm_h_
00004 
00005 #include <vector>
00006 using namespace std;
00007 
00008 class Word;
00009 class LinkedBraidStructure;
00010 
00011 Word shortenBraid( int N , const Word& w );
00012 
00013 Word shortBraidForm( int N , const Word& w );
00014 
00015 vector< Word > shortBraidSbgpForm( int N , const vector< Word >& w );
00016 
00017 LinkedBraidStructure shortenLBS( LinkedBraidStructure& lbs );
00018 
00019 
00020 #endif

Generated on Sun Dec 3 10:58:56 2006 for CRyptography And Groups (CRAG) by  doxygen 1.4.6