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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Mon Sep 26 18:43:45 2011 for CRyptography And Groups (CRAG) by  doxygen 1.6.1