00001 00002 00003 00017 00018 // Copyright (C) 1997-2010 by Pawel Pilarczyk. 00019 // 00020 // This file is part of the Homology Library. This library is free software; 00021 // you can redistribute it and/or modify it under the terms of the GNU 00022 // General Public License as published by the Free Software Foundation; 00023 // either version 2 of the License, or (at your option) any later version. 00024 // 00025 // This library is distributed in the hope that it will be useful, 00026 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00027 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00028 // GNU General Public License for more details. 00029 // 00030 // You should have received a copy of the GNU General Public License along 00031 // with this software; see the file "license.txt". If not, write to the 00032 // Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, 00033 // MA 02111-1307, USA. 00034 00035 // Started on October 26, 2005. Last revision: October 27, 2005. 00036 00037 00038 #ifndef _CHOMP_CHOMP_H_ 00039 #define _CHOMP_CHOMP_H_ 00040 00080 00081 #include "chomp/system/config.h" 00082 #include "chomp/system/textfile.h" 00083 #include "chomp/system/timeused.h" 00084 #include "chomp/system/arg.h" 00085 #include "chomp/bitmaps/bitmaps.h" 00086 #include "chomp/struct/digraph.h" 00087 #include "chomp/homology/homology.h" 00088 00089 00094 namespace chomp { 00095 00096 } // namespace chomp 00097 00098 00099 #endif // _CHOMP_CHOMP_H_ 00100 00102