Skip to content
Snippets Groups Projects
Commit d4419bf7 authored by Chiheb Amer Abid's avatar Chiheb Amer Abid
Browse files

Add of description of a new parameter in README.md corresponding to new...

Add of description of a new parameter in README.md corresponding to new technique for building the SOG during model checking
parent 5e2aecfa
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,7 @@ arg1: specifies method of creating threads or/and specifies if modelchecking sho
* pc : using pthread library and applying canonization on nodes
* otfP : perform modelchecking on the fly using pthread
* otfC : perform modelchecking on the fly using c++17 algorithms and a work-stealing approach for the construction of aggregates
* otfPR : progressive construction of the SOG during model checking (c++17 posix threads)
arg2: specify the number of threads/workers to be created
arg3: specify the net to build its SOG
arg4: specify the LTL formula file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment