#include "storm/abstraction/BottomStateResult.h" namespace storm { namespace abstraction { template BottomStateResult::BottomStateResult(storm::dd::Bdd const& states, storm::dd::Bdd const& transitions) : states(states), transitions(transitions) { // Intentionally left empty. } template struct BottomStateResult; template struct BottomStateResult; } }