cout<<"/**************************************************************/\n/******************** help ********************/ \n -To generate the reachability graph: use the option -r <filename.net>. \n -To generate test paths covering the given observable transitions t1,t2...tn: use the option -o <filename.net> <fileobs.txt >. \n -To generate test paths using structural analysis: use the option -a <filename.net>\n -To generate the conplete SOG corresponding to obs trans: use the option -c <filename.net>/**************************************************************/"<<endl;
- First, run the `make` command inside the directory `buddy22` in order to build
the library to manipulate Binary Decision Diagrams (BDD).
the library used to manipulate Binary Decision Diagrams (BDD).
- Second, run `make` in the `parser` directory. this directory is responsible
for the creation of the Petri net from its description file "file.net".
- Second, run `make` in the `parser` directory in order to build the library
used to parse Petri net models from `net` files.
-Then, you run the "make" command in the main directory to generate the executable file "StructAnalysis".
- Third, run the `make` command in the root directory to generate the executable
file `StructAnalysis`.
-To run this executable on any example, we have to access the main directory and execute the command "./StructAnalysis ./Samples/file.net" for the paper we used the example file Samples/exemple.net.