Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
VariableInformation.cpp File Reference
Include dependency graph for VariableInformation.cpp:

Go to the source code of this file.

Namespaces

namespace  storm
 LabParser.cpp.
 
namespace  storm::generator
 

Functions

uint64_t storm::generator::getBitWidthLowerUpperBound (bool const &hasLowerBound, int64_t &lowerBound, bool const &hasUpperBound, int64_t &upperBound, uint64_t const &reservedBitsForUnboundedVariables)
 Small helper function that sets unspecified lower/upper bounds for an integer variable based on the provided reservedBitsForUnboundedVariables and returns the number of bits required to represent the final variable range.