iter.hh (Revision: 2072)
Go to the documentation of this file.00001 /* 00002 * Main authors: 00003 * Christian Schulte <schulte@gecode.org> 00004 * 00005 * Copyright: 00006 * Christian Schulte, 2005 00007 * 00008 * Last modified: 00009 * $Date: 2005-07-28 22:52:19 +0200 (Thu, 28 Jul 2005) $ by $Author: schulte $ 00010 * $Revision: 2072 $ 00011 * 00012 * This file is part of Gecode, the generic constraint 00013 * development environment: 00014 * http://www.gecode.org 00015 * 00016 * See the file "LICENSE" for information on usage and 00017 * redistribution of this file, and for a 00018 * DISCLAIMER OF ALL WARRANTIES. 00019 * 00020 */ 00021 00022 #ifndef __GECODE_ITER_HH__ 00023 #define __GECODE_ITER_HH__ 00024 00025 namespace Gecode { 00027 namespace Iter { 00029 namespace Ranges {} 00031 namespace Values {} 00032 } 00033 } 00034 00035 #include "./iter/ranges-operations.icc" 00036 #include "./iter/ranges-minmax.icc" 00037 00038 #include "./iter/ranges-append.icc" 00039 #include "./iter/ranges-cache.icc" 00040 #include "./iter/ranges-compl.icc" 00041 #include "./iter/ranges-diff.icc" 00042 #include "./iter/ranges-empty.icc" 00043 #include "./iter/ranges-inter.icc" 00044 #include "./iter/ranges-minus.icc" 00045 #include "./iter/ranges-offset.icc" 00046 #include "./iter/ranges-scale.icc" 00047 #include "./iter/ranges-singleton.icc" 00048 #include "./iter/ranges-union.icc" 00049 #include "./iter/ranges-values.icc" 00050 #include "./iter/ranges-add.icc" 00051 00052 #include "./iter/values-ranges.icc" 00053 00054 #endif 00055 00056 // STATISTICS: iter-any 00057