Storm
1.13.0.1
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
GameBddResult.cpp
Go to the documentation of this file.
1
#include "
storm-gamebased-ar/abstraction/GameBddResult.h
"
2
#include "
storm/storage/dd/sylvan/InternalSylvanBdd.h
"
3
4
namespace
storm::gbar
{
5
namespace
abstraction
{
6
7
template
<storm::dd::DdType DdType>
8
GameBddResult<DdType>::GameBddResult
() :
bdd
(),
numberOfPlayer2Variables
(0) {
9
// Intentionally left empty.
10
}
11
12
template
<storm::dd::DdType DdType>
13
GameBddResult<DdType>::GameBddResult
(
storm::dd::Bdd<DdType>
const
& gameBdd, uint_fast64_t
numberOfPlayer2Variables
)
14
:
bdd
(gameBdd),
numberOfPlayer2Variables
(
numberOfPlayer2Variables
) {
15
// Intentionally left empty.
16
}
17
18
template
struct
GameBddResult<storm::dd::DdType::CUDD>
;
19
template
struct
GameBddResult<storm::dd::DdType::Sylvan>
;
20
21
}
// namespace abstraction
22
}
// namespace storm::gbar
GameBddResult.h
InternalSylvanBdd.h
storm::dd::Bdd
Definition
Bdd.h:24
storm::gbar::abstraction
Definition
AbstractionInformation.cpp:14
storm::gbar
Definition
AbstractionInformation.cpp:13
storm::gbar::abstraction::GameBddResult
Definition
GameBddResult.h:9
storm::gbar::abstraction::GameBddResult::GameBddResult
GameBddResult()
Definition
GameBddResult.cpp:8
storm::gbar::abstraction::GameBddResult::numberOfPlayer2Variables
uint_fast64_t numberOfPlayer2Variables
Definition
GameBddResult.h:14
storm::gbar::abstraction::GameBddResult::bdd
storm::dd::Bdd< DdType > bdd
Definition
GameBddResult.h:13
src
storm-gamebased-ar
abstraction
GameBddResult.cpp
Generated by
1.15.0