BAPS/include/def.h

00001 #ifndef __RAS_DEF_H__
00002 #define __RAS_DEF_H__
00003 
00004 #include <cassert>
00005 #include <fstream>
00006 #include <iostream>
00007 #include <iomanip>
00008 
00009 #include <dirent.h>
00010 
00011 #include <LEDA/core/array.h>
00012 #include <LEDA/core/array2.h>
00013 #include <LEDA/core/set.h>
00014 #include <LEDA/core/queue.h>
00015 #include <LEDA/core/list.h>
00016 #include <LEDA/core/string.h>
00017 
00018 #include "util.h"
00019 
00020 // RAS Type Definitions
00021 typedef int    RASTime;
00022 
00023 
00024 // Utility Support
00025 string tab(int i);
00026 
00027 
00028 // Debugging Parameters
00029 const int INDENT = 3;      // number of spaces to indent
00030 
00031 
00032 // Infinity Value
00033 const int INFINITY = 1000000;
00034 
00035 
00036 #endif
00037 

Generated on Tue Sep 9 15:40:10 2008 for BAP by  doxygen 1.5.3