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;
"\n/******************** help "
"********************/ \n -To generate the reachability graph: use "
"the option -r <filename.net>. \n -To generate test paths covering "
else{
"the given observable transitions t1,t2...tn: use the option -o "
stringoption=std::string(argv[1]);
"<filename.net> <fileobs.txt >. \n -To generate test paths using "
cout<<"nom fichier source "<<endl;
"structural analysis: use the option -a <filename.net>\n -To "
cout<<"Fichier net : "<<argv[2]<<endl;
"generate the conplete SOG corresponding to obs trans: use the "
- First, run the `make` command inside the directory `buddy22` in order to build
- 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
- Second, run `make` in the `parser` directory in order to build the library
for the creation of the Petri net from its description file "file.net".
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.
-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.