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
InternalSignatureRefiner.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
storm/storage/dd/DdType.h
"
4
5
namespace
storm
{
6
namespace
dd {
7
namespace
bisimulation {
8
9
template
<storm::dd::DdType DdType,
typename
ValueType>
10
class
InternalSignatureRefiner;
11
12
struct
InternalSignatureRefinerOptions
{
13
InternalSignatureRefinerOptions
();
14
InternalSignatureRefinerOptions
(
bool
shiftStateVariables
);
15
16
bool
shiftStateVariables
;
17
bool
reuseBlockNumbers
;
18
bool
createChangedStates
;
19
};
12
struct
InternalSignatureRefinerOptions
{
…
};
20
21
class
ReuseWrapper
{
22
public
:
23
ReuseWrapper
();
24
ReuseWrapper
(
bool
value);
25
26
bool
isReused
()
const
;
27
void
setReused
();
28
29
private
:
30
bool
value;
31
};
21
class
ReuseWrapper
{
…
};
32
33
}
// namespace bisimulation
34
}
// namespace dd
35
}
// namespace storm
DdType.h
storm::dd::bisimulation::ReuseWrapper
Definition
InternalSignatureRefiner.h:21
storm::dd::bisimulation::ReuseWrapper::isReused
bool isReused() const
Definition
InternalSignatureRefiner.cpp:33
storm::dd::bisimulation::ReuseWrapper::ReuseWrapper
ReuseWrapper()
Definition
InternalSignatureRefiner.cpp:25
storm::dd::bisimulation::ReuseWrapper::setReused
void setReused()
Definition
InternalSignatureRefiner.cpp:37
storm
LabParser.cpp.
Definition
cli.cpp:18
storm::dd::bisimulation::InternalSignatureRefinerOptions
Definition
InternalSignatureRefiner.h:12
storm::dd::bisimulation::InternalSignatureRefinerOptions::reuseBlockNumbers
bool reuseBlockNumbers
Definition
InternalSignatureRefiner.h:17
storm::dd::bisimulation::InternalSignatureRefinerOptions::InternalSignatureRefinerOptions
InternalSignatureRefinerOptions()
Definition
InternalSignatureRefiner.cpp:10
storm::dd::bisimulation::InternalSignatureRefinerOptions::shiftStateVariables
bool shiftStateVariables
Definition
InternalSignatureRefiner.h:16
storm::dd::bisimulation::InternalSignatureRefinerOptions::createChangedStates
bool createChangedStates
Definition
InternalSignatureRefiner.h:18
src
storm
storage
dd
bisimulation
InternalSignatureRefiner.h
Generated by
1.9.8