Introducing a global variable to define the number of threads

* NEWS: Announce
* spot/Makefile.am: Add pthread to use threads
* spot/misc/common.cc,
  spot/misc/common.hh: Add variable + getter/setter
* spot/misc/Makefile.am: Add common.cc
This commit is contained in:
Philipp Schlehuber-Caissier 2022-05-15 23:54:18 +02:00
parent b11208440b
commit e064726b64
5 changed files with 46 additions and 1 deletions

3
NEWS
View file

@ -23,6 +23,9 @@ New in spot 2.10.6.dev (not yet released)
Library:
- A global variable, together with its setters and getters to define the
maximal number of threads is added to common.hh/common.cc
- The new function suffix_operator_normal_form() implements
transformation of formulas to Suffix Operator Normal Form,
described in [cimatti.06.fmcad].