|
@ -224,5 +224,6 @@ namespace storm { |
|
|
|
|
|
|
|
|
// Explicitly instantiate the SCC decomposition.
|
|
|
// Explicitly instantiate the SCC decomposition.
|
|
|
template class StronglyConnectedComponentDecomposition<double>; |
|
|
template class StronglyConnectedComponentDecomposition<double>; |
|
|
|
|
|
template class StronglyConnectedComponentDecomposition<float>; |
|
|
} // namespace storage
|
|
|
} // namespace storage
|
|
|
} // namespace storm
|
|
|
} // namespace storm
|