Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
threads.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5namespace storm {
6namespace utility {
7uint64_t getNumberOfThreads();
8}
9} // namespace storm
uint64_t getNumberOfThreads()
Definition threads.cpp:55