FRDFIT.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef FRDFIT_h_
00015 #define FRDFIT_h_
00016
00017 #include "Word.h"
00018 #include "DDL.h"
00019
00020
00021
00022
00023
00024
00025
00026 class FRDFIT {
00027
00028 public:
00029
00031
00032
00033
00035
00036 FRDFIT( int n ) : theGroupGens(n) { }
00037
00038
00040
00041
00042
00044
00045 Word compute( const Word&, int& numOfHandles );
00046
00047
00048
00049
00050 private:
00051
00053
00054
00055
00057
00058 void pp( const DDL& L, DDLNode* p1, DDLNode* p2 );
00059
00060
00061
00063
00064
00065
00067
00068 int theGroupGens;
00069 };
00070
00071 #endif