|
Go to the documentation of this file.
21 using namespace faudes;
35 plant. Read( "data/generator1.gen");
37 spec. Read( "data/generator1.gen");
38 highAlph. Read( "data/highAlph1.alph");
39 obsAlph. Read( "data/obs1.alph");
41 std::cout << "result for generator1 is: " << result << std::endl;
43 plant. Read( "data/generator2.gen");
45 spec. Read( "data/generator2.gen");
47 std::cout << "result for generator2 is: " << result << std::endl;
libFAUDES 2.28c
--- 2016.09.30
--- c++ api documentaion by doxygen
|