| |
libFAUDES
Sections
Index
|
pex_tutorial.cpp File ReferenceDetailed DescriptionTutorial, example plugin.This tutorial demonstrates how to organize tutorials in plugins.
/** @file pex_tutorial.cpp Tutorial, example plugin. This tutorial demonstrates how to organize tutorials in plugins. @ingroup Tutorials @include pex_tutorial.cpp */ #include "libfaudes.h" // make the faudes namespace available to our program using namespace faudes; /** Run the tutorial */ 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; }
Function Documentation
Run the tutorial.
|
libFAUDES 2.13a c++ source docu by doxygen 1.5.6