00001 00010 #ifndef LIBGENETIK_H 00011 #define LIBGENETIK_H 00012 00013 #include "../src/genetik.h" 00014 #include "../src/util/util.h" 00015 #include "../src/ga/ga.h" 00016 #include "../src/gp/gp.h" 00017 #include "../src/gp/st/st.h" 00018 00019 #endif