pex_tutorial.cpp File Reference


Detailed Description

Tutorial, example plugin.

This tutorial demonstrates how to organize tutorials in plugins.

#include "libfaudes.h"

// make the faudes namespace available to our program
using namespace faudes;


int main() {

  // read generator from file
  Generator gen("data/g_notacc.gen");

  // run algorithm
  AlternativeAccessible(gen);

  // write result
  gen.Write("tmp_altacc.gen");

  // done
  return 0;
}



Definition in file pex_tutorial.cpp.

#include "libfaudes.h"

Go to the source code of this file.

Functions

int main ()
 Run the tutorial.


Function Documentation

int main  ) 
 

Run the tutorial.

Definition at line 19 of file pex_tutorial.cpp.


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