SIS
Symmetric Index Structures
|
00001 #ifndef _HEADER_FILE_BASE_ 00002 #define _HEADER_FILE_BASE_ 00003 00004 #include "stdio.h" 00005 #include "stdlib.h" 00006 #include "memory.h" 00007 #include "math.h" 00008 #include "time.h" 00009 #include "string.h" 00010 #include "sys/stat.h" 00011 00012 #include "typical.h" 00013 #include "exceptional.h" 00014 #include "sequence.h" 00015 #include "uintSequence.h" 00016 #include "u8Sequence.h" 00017 #include "bitSequence.h" 00018 #include "voidSequence.h" 00019 #include "hash.h" 00020 #include "sort.h" 00021 #include "command.h" 00022 #include "alphabet.h" 00023 #include "tarjanTable.h" 00024 #include "automaton.h" 00025 00026 #include "compressedAutomaton.h" 00027 #include "ukkonenSuffixTree.h" 00028 #include "inenagaCDAWG.h" 00029 #include "scdawg.h" 00030 00031 #include "cmd/cmdReverseAndSort.h" 00032 #include "cmd/cmdBuildSuffixTree.h" 00033 #include "cmd/cmdCompressedAutomatonLang.h" 00034 #include "cmd/cmdGenerateSuffixes.h" 00035 00036 #endif