Browse Source

circumvent problems with the bdd export

tempestpy_adaptions
Sebastian Junges 5 years ago
parent
commit
f5b6bc84ba
  1. 2
      src/storm/utility/DDEncodingExporter.cpp

2
src/storm/utility/DDEncodingExporter.cpp

@ -32,4 +32,4 @@ namespace storm {
template void explicitExportSymbolicModel<storm::dd::DdType::Sylvan, storm::RationalNumber>(std::string const&, std::shared_ptr<storm::models::symbolic::Model<storm::dd::DdType::Sylvan, storm::RationalNumber>> sparseModel);
template void explicitExportSymbolicModel<storm::dd::DdType::Sylvan, storm::RationalFunction>(std::string const&, std::shared_ptr<storm::models::symbolic::Model<storm::dd::DdType::Sylvan, storm::RationalFunction>> sparseModel);
}
}
}
Loading…
Cancel
Save