pex_tutorial.cpp

Go to the documentation of this file.
00001 
00012 #include "libfaudes.h"
00013 
00014 // make the faudes namespace available to our program
00015 using namespace faudes;
00016 
00017 
00019 int main() {
00020 
00021   // read generator from file
00022   Generator gen("data/g_notacc.gen");
00023 
00024   // run algorithm
00025   AlternativeAccessible(gen);
00026 
00027   // write result
00028   gen.Write("tmp_altacc.gen");
00029 
00030   // done
00031   return 0;
00032 }
00033 
00034 
00035 

Generated on Mon Nov 10 08:13:15 2008 for libFAUDES 2.11v by  doxygen 1.4.4