Skip to content

Commit

Permalink
fix addDontCareActionExact
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Andriushchenko committed Jan 27, 2025
1 parent eb3a7a8 commit 866d5b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion payntbind/src/synthesis/translation/choiceTransformation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,8 @@ template std::shared_ptr<storm::models::sparse::Model<storm::RationalNumber>> re
template std::shared_ptr<storm::models::sparse::Model<storm::RationalNumber>> restoreActionsInAbsorbingStates<storm::RationalNumber>(
storm::models::sparse::Model<storm::RationalNumber> const& model);
template std::shared_ptr<storm::models::sparse::Model<storm::RationalNumber>> addDontCareAction<storm::RationalNumber>(
storm::models::sparse::Model<storm::RationalNumber> const& model);
storm::models::sparse::Model<storm::RationalNumber> const& model,
storm::storage::BitVector const& state_mask);
template std::shared_ptr<storm::models::sparse::Model<storm::RationalNumber>> createModelUnion(
std::vector<std::shared_ptr<storm::models::sparse::Model<storm::RationalNumber>>> const&
);
Expand Down

0 comments on commit 866d5b5

Please sign in to comment.