00001 // Copyright (C) 2011 CNRS - Ecole Polytechnique - INRIA. 00002 // 00003 // This file is part of TIFA. 00004 // 00005 // TIFA is free software; you can redistribute it and/or modify it under the 00006 // terms of the GNU Lesser General Public License as published by the Free 00007 // Software Foundation; either version 2.1 of the License, or (at your option) 00008 // any later version. 00009 // 00010 // TIFA is distributed in the hope that it will be useful, but WITHOUT ANY 00011 // WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 00012 // FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for 00013 // more details. 00014 // 00015 // You should have received a copy of the GNU Lesser General Public License 00016 // along with this library; if not, write to the Free Software Foundation, 00017 // Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 00018 00031 #if !defined(_TIFA_TIFA_H_) 00032 00036 #define _TIFA_TIFA_H_ 00037 00038 // 00039 // The configuration file is not strictly needed but nice to have... 00040 // 00041 #include "tifa_config.h" 00042 // 00043 // Includes from lib/algo 00044 // 00045 #include "cfrac.h" 00046 #include "ecm.h" 00047 #include "fermat.h" 00048 #include "qs.h" 00049 #include "siqs.h" 00050 #include "squfof.h" 00051 #include "tdiv.h" 00052 #include "tifa_factor.h" 00053 // 00054 // Includes from lib/data 00055 // 00056 #include "first_primes.h" 00057 // 00058 // Includes from lib/utils 00059 // 00060 #include "array.h" 00061 #include "exit_codes.h" 00062 #include "factoring_machine.h" 00063 00064 #endif