Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
InformationCollector.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4#include <string>
5
7
8namespace storm {
9namespace jani {
10
11class Model;
12
25
27} // namespace jani
28} // namespace storm
InformationObject collectModelInformation(Model const &model)
LabParser.cpp.
Definition cli.cpp:18
double avgVarDomainSize
The size of the domain of the states (i.e., the product of the range of all variables times the numbe...
uint64_t nrVariables
The type of the model.
uint64_t nrLocations
The number of edges in the model.
uint64_t nrAutomata
The number of non-transient variables in the model.
uint64_t nrEdges
The number of automata in the model.
uint64_t stateDomainSize
The numer of all locations of all automata of the model.