Storm
A Modern Probabilistic Model Checker
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
a
b
c
d
e
f
g
i
l
m
n
o
p
q
r
s
t
u
v
w
z
Typedefs
a
b
c
e
f
i
j
m
n
o
p
r
s
v
Enumerations
a
b
c
d
e
f
g
l
m
n
o
p
q
r
s
t
u
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
v
w
Enumerations
b
c
d
e
f
i
l
m
n
o
p
q
r
s
t
v
Enumerator
Related Symbols
a
b
c
d
e
f
i
m
n
o
p
r
s
t
v
x
Files
File List
File Members
All
a
b
c
d
e
g
i
m
n
o
p
r
s
t
w
Functions
b
c
e
g
i
m
n
o
p
r
s
t
Variables
Typedefs
Macros
a
b
c
e
m
p
s
w
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
TransitionPartition.h
Go to the documentation of this file.
1
#pragma once
2
#include <vector>
3
4
namespace
storm
{
5
namespace
gspn {
6
7
struct
TransitionPartition
{
8
std::vector<uint64_t>
transitions
;
9
uint64_t
priority
;
10
11
uint64_t
nrTransitions
()
const
{
12
return
transitions
.size();
13
}
11
uint64_t
nrTransitions
()
const
{
…
}
14
};
7
struct
TransitionPartition
{
…
};
15
16
}
// namespace gspn
17
}
// namespace storm
storm
LabParser.cpp.
Definition
cli.cpp:18
storm::gspn::TransitionPartition
Definition
TransitionPartition.h:7
storm::gspn::TransitionPartition::nrTransitions
uint64_t nrTransitions() const
Definition
TransitionPartition.h:11
storm::gspn::TransitionPartition::transitions
std::vector< uint64_t > transitions
Definition
TransitionPartition.h:8
storm::gspn::TransitionPartition::priority
uint64_t priority
Definition
TransitionPartition.h:9
src
storm-gspn
storage
gspn
TransitionPartition.h
Generated by
1.9.8