Storm 1.14.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
SylvanDdManagerEnvironment.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5namespace storm {
6
8 public:
11
15 uint64_t getMaximalMemory() const;
16 void setMaximalMemory(uint64_t value);
17
22 uint64_t getNumberOfThreads() const;
23 void setNumberOfThreads(uint64_t value);
24
25 private:
26 uint64_t maximalMemory;
27 uint64_t numberOfThreads;
28};
29} // namespace storm
uint64_t getMaximalMemory() const
Retrieves the maximal amount of memory (in megabytes) that Sylvan can occupy.
uint64_t getNumberOfThreads() const
Retrieves the number of threads used by Sylvan.