Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
BottomStateResult.cpp
Go to the documentation of this file.
3
4namespace storm::gbar {
5namespace abstraction {
6
7template<storm::dd::DdType DdType>
9 : states(states), transitions(transitions) {
10 // Intentionally left empty.
11}
12
15} // namespace abstraction
16} // namespace storm::gbar
BottomStateResult(storm::dd::Bdd< DdType > const &states, storm::dd::Bdd< DdType > const &transitions)